Skip to content

Npgsql is a .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. Works with Postgresql 7.x and above. Npgsql moved from pgfoundry to github. Now this is the official repository. The previous master branch was replaced. A copy of it can be …

License

jbcooley/Npgsql2

 
 

Repository files navigation

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

About

Npgsql is a .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. Works with Postgresql 7.x and above. Npgsql moved from pgfoundry to github. Now this is the official repository. The previous master branch was replaced. A copy of it can be …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.9%
  • XSLT 2.4%
  • Other 2.3%
  • Shell 0.2%
  • Roff 0.1%
  • C 0.1%