Francisco Figueiredo Jr. ac979279bb 21 년 전
..
Npgsql 9f4808997f 21 년 전
NpgsqlTypes 0de8c14094 21 년 전
Test f9108612e3 21 년 전
.cvsignore 97553bb62e cvs ignores, sorry about the spam 21 년 전
ChangeLog 0de8c14094 21 년 전
LICENSE.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 년 전
LargeObjectSupportOriginalCodeLicense ac979279bb 21 년 전
Makefile 77c26d6ab9 * Makefile (OVERRIDE_BARE_TARGETS): Remove. 21 년 전
Npgsql.dll.resources 1332cad5c2 2004-05-05 Gonzalo Paniagua Javier <[email protected]> 22 년 전
Npgsql.dll.sources 0de8c14094 21 년 전
Npgsql_test.dll.sources 8626e7e401 22 년 전
README.txt 70e5927963 22 년 전
RELEASENOTES.txt 249109f582 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.