Npgsql - .NET Access to PostgreSQL
About
Npgsql is an open source ADO.NET Data Provider for PostgreSQL, it allows programs written in C#, Visual Basic, F# to access the PostgreSQL database server. It is implemented in 100% C# code, is free and is open source.
In addition, providers have been written for Entity Framework Core and for Entity Framework 6.x.
Getting Help
The best way to get help for Npgsql is to post a question to Stack Overflow and tag it with the npgsql
tag.
If you think you've encountered a bug or want to request a feature, open an issue in the appropriate project's github repository.
License
Npgsql is licensed under the PostgreSQL License, a liberal OSI-approved open source license.
Contributors
Current active contributors to Npgsql are:
- Shay Rojansky (@roji)
- Yoh Deadfall (@YohDeadfall)
- Brar Piening (@Brar)
- Kazmin Nikita (@vonzshik)
- Emmanuel André (@manandre)
- Warcha (@warcha)
Past contributors to Npgsql:
- Jon Asher
- Raif Atef
- Josh Cooley
- Austin Drenski
- Francisco Figueiredo Jr.
- Federico Di Gregorio
- Jon Hanna
- Emil Lenngren
- Chris Morgan
- Dave Page
- Glen Parker
- Hiroshi Saito
- Kenji Uno
Thanks
A special thanks to Jetbrains for donating licenses to the project.