Francisco Figueiredo Jr. a3e7e16e5c 22 лет назад
..
Npgsql a3e7e16e5c 22 лет назад
NpgsqlTypes 92f68ebf28 22 лет назад
Test 1c3707283c 22 лет назад
.cvsignore 96788c1ca6 .cvsignore added to clear cvs warnings 22 лет назад
ChangeLog a3e7e16e5c 22 лет назад
LICENSE.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 лет назад
Makefile eedb5dfa9a 22 лет назад
Npgsql.dll.sources 2fbf99acb8 2003-11-08 Pedro Mart�nez Juli� <[email protected]> 22 лет назад
Npgsql_test.dll.sources 8626e7e401 22 лет назад
README.txt 70e5927963 22 лет назад
RELEASENOTES.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 лет назад
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.