You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Npgsql is the .NET data provider for PostgreSQL. It allows any program developed for .NET framework to access a Postgresql database server. It is implemented in 100% C# code. PostgreSQL versions since 9.0 are officially supported, others may work.
Npgsql is a .NET data provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.
For any additional information, please visit the Npgsql website at http://www.npgsql.org.
About
Npgsql is the .NET data provider for PostgreSQL. It allows any program developed for .NET framework to access a Postgresql database server. It is implemented in 100% C# code. PostgreSQL versions since 9.0 are officially supported, others may work.