The Npgsql Development Team is announcing that with version number 2.2.6 is already available to download.
What is ?
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 version 2.2.6 :
- This is an important bugfix release, everyone should upgrade. Particularly important is a leak due to an EntityFramework issue.
You can read the complete changelog and also download this latest version on their homepage: npgsql.projects.postgresql.org