close
The Wayback Machine - https://web.archive.org/web/20220206174059/https://github.com/topics/npgsql
Skip to content
#

npgsql

Here are 60 public repositories matching this topic...

andrewslavin
andrewslavin commented Nov 29, 2020

Currently suggested ways to create and map enums are:

ModelBuilder.HasPostgresEnum<TEnum>() //to create enum from DbContext.OnModelCreating()
NpgsqlConnection.GlobalTypeMapper.MapEnum<TEnum>() //to map enum

Can you please provide non-generic versions:

ModelBuilder.HasPostgresEnum(Type enumType)
NpgsqlConnection.GlobalTypeMapper.MapEnum(Type enumType)

This would allow to l

.NET Core and React web app with web scraper that notifies a user when a specified item falls below a certain price. Also provides the price trend for said item(s). Compatible with Best Buy, Kijiji, and Chapters/Indigo.

  • Updated Sep 21, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the npgsql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the npgsql topic, visit your repo's landing page and select "manage topics."

Learn more