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. Postgresql versions since 9.0 are officially supported, others may work.

License

herqueles3/Npgsql

 
 

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

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

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. Postgresql versions since 9.0 are officially supported, others may work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published