The Npgsql Development Team is announcing that Npgsql with version number 3.0.4 is already available to download.
What is Npgsql ?
Npgsql is .
Written entirely in C#, Npgsql is basically a .NET abstraction class for PostrgeSQL, a concept very familiar and widely used with PHP and MySQL databases. Npgsql basically allows developers to inter-connect C# code with raw SQL operations, without exposing crucial database data and authentication details in the raw, original C# code. Npgsql prototypes and abstracts (hence the abstraction class moniker) basic operations to common C# syntax, allowing developers to write complex SQL queries using C# code. Besides classic .NET environments, Mono is supported as well.
This is changelog for Npgsql version 3.0.4 :
You can read the complete changelog and also download this latest version on their homepage: npgsql.projects.postgresql.org