Francisco Figueiredo Jr. 2880c6ecd7 21 anni fa
..
Npgsql 2880c6ecd7 21 anni fa
NpgsqlTypes 0e5e637322 21 anni fa
Test f9108612e3 21 anni fa
.cvsignore 97553bb62e cvs ignores, sorry about the spam 21 anni fa
ChangeLog 2880c6ecd7 21 anni fa
LICENSE.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 anni fa
Makefile 77c26d6ab9 * Makefile (OVERRIDE_BARE_TARGETS): Remove. 21 anni fa
Npgsql.dll.resources 1332cad5c2 2004-05-05 Gonzalo Paniagua Javier <[email protected]> 22 anni fa
Npgsql.dll.sources f9108612e3 21 anni fa
Npgsql_test.dll.sources 8626e7e401 22 anni fa
README.txt 70e5927963 22 anni fa
RELEASENOTES.txt 249109f582 21 anni fa
STATUS.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 anni fa
TODO.txt af70c73dcf 2003-01-28 Daniel Morgan <[email protected]> 23 anni fa

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.