Francisco Figueiredo Jr. f4b10f455d 2005-08-27 Francisco Figueiredo Jr. <[email protected]> 20 роки тому
..
Npgsql a9d49d5300 20 роки тому
NpgsqlTypes a9d49d5300 20 роки тому
Test e746b63ce0 use test configuration thingy 20 роки тому
ChangeLog a9d49d5300 20 роки тому
LICENSE.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 роки тому
LargeObjectSupportOriginalCodeLicense ac979279bb 21 роки тому
Makefile 8b8f6bfccf 2005-08-21 Francisco Figueiredo Jr. <[email protected]> 20 роки тому
Npgsql.dll.resources 8b8f6bfccf 2005-08-21 Francisco Figueiredo Jr. <[email protected]> 20 роки тому
Npgsql.dll.sources f4b10f455d 2005-08-27 Francisco Figueiredo Jr. <[email protected]> 20 роки тому
Npgsql_test.dll.sources e746b63ce0 use test configuration thingy 20 роки тому
README.txt 70e5927963 22 роки тому
RELEASENOTES.txt 14486abb7f 21 роки тому
STATUS.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 роки тому
TODO.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 роки тому

README.txt


Npgsql - .Net Data Provider for PostgreSQL

Development Version 0.6


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


COMPILATION
===========

To compile you can use the SharpDevelop (www.icsharpcode.net) IDE or use
NAnt (nant.sourceforge.net) with the Npgsql.build file.


INSTALL
=======

Just copy the resulting .dll (npgsql.dll) to the application directory.
When compiled with NAnt, a build directory will be created and Npgsql.dll will be there.

See RELEASENOTES for more information on this and earlier releases.