###What Is Npgsql?
Npgsql is a .Net Data Provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.
###Project Information
- Offical Site
- Npgsql source code @ GitHub
- Available on NuGet Gallery
- Wiki - Usage and other information
###Developers
Developers who contributes to Npgsql currently or in past, in no particular order:
- Brar Piening
- Francisco Figueiredo Jr.
- Ben Clewett
- Daniel Morgan
- Dave Page
- Ulrich Sprick
- Glen Parker
- Josh Cooley
- Jon Asher
- Chris Morgan
- Thilo Utke
- Hiroshi Saito
- Shay Rojansky
- Kenji Uno
- Emil Lenngren
###License
Refer LICENSE.txt for more information on license terms.
###Code history
On December 2nd, we committed a change to restructure Npgsql code. This change modified file locations and unfortunately made the complete modification history of those files to not be available anymore through GitHub interface directly. This stackoverflow post documents a way to access the history before the rename: You just need to access the object tree before the rename and then you can see the rest of the file history. In the case of this rename, this is the tree: https://github.com/npgsql/Npgsql/tree/2f8928e4dee59275767de0df2ec41a654744a3bc
On September 15th, we committed another change to restructure Npgsql code. The tree which contains the code before this change is this: https://github.com/npgsql/Npgsql/commit/853d69c276f1de1b8ceb5fc14638a0cd40b83983
This will help future searches for the history of the files. Note that you stil can access the complete history of the file through command line: git log --follow ./newflodername/file