(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Npgsql / README.txt
blob2b5ce6d61138f8cb920468e65b76d6d39bb67edf
2 Npgsql - .Net Data Provider for PostgreSQL
4 Development Version 0.6
7 WHAT'S IT?
8 ==========
9     Npgsql is a .Net Data Provider for PostgreSQL. It allows you to connect to PostgreSQL server
10 in .Net.
13 COMPILATION
14 ===========
16         To compile you can use the SharpDevelop (www.icsharpcode.net) IDE or use 
17         NAnt (nant.sourceforge.net) with the Npgsql.build file.
20 INSTALL
21 =======
23         Just copy the resulting .dll (npgsql.dll) to the application directory.
24     When compiled with NAnt, a build directory will be created and Npgsql.dll will be there.
26         See RELEASENOTES for more information on this and earlier releases.
27