зеркало из
1
0
Форкнуть 0
Перейти к файлу
Jo Shields 91711b69cc finalize changelog 2016-02-15 13:28:09 +00:00
Npgsql Imported Upstream version 2.2.7+dfsg3 2015-11-23 16:18:19 +00:00
Npgsql.EntityFramework Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
NpgsqlDdexProvider Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
debian finalize changelog 2016-02-15 13:28:09 +00:00
docs Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
packages Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
.editorconfig Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
.gitattributes Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
.gitignore Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
CommonAssemblyInfo.cs Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
LICENSE.txt Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
Npgsql.doxyfile Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
Npgsql.snk Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
Npgsql2010.sln Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
Npgsql2012.sln Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
Npgsql2013.sln Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00
README.md Imported Upstream version 2.2.7+dfsg 2015-10-26 10:14:17 +00:00

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

###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