Skip to content

kenjiuno/Npgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e320e2a · Nov 16, 2015
Jul 19, 2014
Aug 27, 2015
Sep 18, 2015
Nov 16, 2015
Nov 16, 2015
Nov 16, 2015
Jul 27, 2014
Nov 16, 2015
Jul 30, 2014
Jun 23, 2014
Aug 27, 2015
Jul 24, 2013
Dec 1, 2013
Jun 22, 2014
Sep 18, 2015
Dec 1, 2013
Jul 27, 2014
Dec 3, 2013
Nov 16, 2015
Nov 16, 2015
Nov 16, 2015
Nov 16, 2015
Jul 7, 2014
Nov 16, 2015

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

Packages

No packages published

Languages

  • C++ 73.6%
  • C 13.5%
  • C# 10.7%
  • Objective-C 1.4%
  • Visual Basic .NET 0.4%
  • XSLT 0.2%
  • Other 0.2%