Skip to content

ncoder/npgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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://npgsql.projects.postgresql.org
    
    

    

About

Npgsql is the .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

 
 
 

Contributors

Languages

  • C# 74.7%
  • SQLPL 24.0%
  • Other 1.2%
  • Other 0.1%