2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Npgsql / README.txt
1
2 Npgsql - .Net Data Provider for PostgreSQL
3
4 Development Version 0.6
5
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.
11
12
13 COMPILATION
14 ===========
15
16         To compile you can use the SharpDevelop (www.icsharpcode.net) IDE or use 
17         NAnt (nant.sourceforge.net) with the Npgsql.build file.
18
19
20 INSTALL
21 =======
22
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.
25
26         See RELEASENOTES for more information on this and earlier releases.
27