91711b69cc | ||
---|---|---|
Npgsql | ||
Npgsql.EntityFramework | ||
NpgsqlDdexProvider | ||
debian | ||
docs | ||
packages | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CommonAssemblyInfo.cs | ||
LICENSE.txt | ||
Npgsql.doxyfile | ||
Npgsql.snk | ||
Npgsql2010.sln | ||
Npgsql2012.sln | ||
Npgsql2013.sln | ||
README.md |
README.md
Npgsql - .NET Data Provider for PostgreSQL
###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
###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: 2f8928e4de
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