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

Rungee/Npgsql2

 
 

Repository files navigation

Npgsql - .Net Data Provider for PostgreSQL



WHAT'S IT?
==========
    
    Npgsql is a .Net Data Provider for PostgreSQL. It allows you to connect to PostgreSQL server
in .Net.


HISTORY
=======
    
    Check RELEASENOTES.txt file for a comprehensive list of details about Npgsql history.
    

COMPILING
===========
run 'nant' from src


RUNNING TESTSUITE
==========
run 'nant tests' from src


DEVELOPERS
==========
    
    We have the following developers who work or have worked with Npgsql since its beginning, 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

    
CONTACT INFO
============
    
    Web:
    All info related to Npgsql can be found in its homepage:
    http://www.npgsql.org
    http://npgsql.projects.postgresql.org
    
    

    

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

Packages

No packages published

Languages

  • C# 93.0%
  • Visual Basic .NET 4.1%
  • XSLT 2.5%
  • CSS 0.2%
  • C 0.1%
  • JavaScript 0.1%