Npgsql is the .NET data provider for PostgreSQL.
I'm running through a loop adding parameters, when I get to a NULL, the program punts. My statement looks like …
vb.net postgresql parameters npgsqlSo far I read the docs, tutorials google brought up and other SO questions but it seems I miss something …
postgresql .net-core entity-framework-core npgsql .net-core-2.1I am getting the following exception when I try to insert an user from asp.net web api: Microsoft.EntityFrameworkCore.…
c# entity-framework postgresql npgsqlI'm receiving the following error when connecting to an AWS Postgres database that requires SSL. I recently upgraded from npgsql 2.3.2 (…
postgresql ssl npgsql powerbiI have already seen threads discussing the use of Entity Framework and PostgreSQL with official instructions. Those instructions need to …
entity-framework-4 postgresql-9.1 npgsqlI'm working with code I'm converting to Pgsql working with .NET. I want to call a stored function that has …
c# npgsql stored-functions postgresql