* Stubed System.ComponentModel/LicenseContext.cs
[mono.git] / mcs / class / ByteFX.Data / readme.txt
1 Managed Drivers for MySQL and PostgreSQL\r
2 ======================================\r
3 \r
4 Current Status of MySQL driver\r
5 ----------------------------------\r
6 The driver is currently under heavy development.\r
7 The driver is in beta form with most features working reasonably well, but\r
8 is not very well tested.  Use at your own risk!\r
9 \r
10 \r
11 \r
12 The goal for version 0.7 is to use many more test cases and improve the stability\r
13 of the driver greatly.\r
14 \r
15 \r
16 Current status of the PostgreSQL driver\r
17 ---------------------------------------\r
18 The PostgreSQL driver is just starting and not really usable yet. \r
19 It can perform simple reads with a limited set of data types.\r
20 Watch the project over the next few weeks to see much \r
21 improvement.\r
22 \r
23 \r
24 Credit\r
25 ---------------------------------------\r
26 First of all, many thanks to the MySQL folks for creating such a great database.\r
27 \r
28 Next, I have to give a big thanks and kudos to Mark Matthews for his Java-based MySQL driver.\r
29 As the protocol to MySQL is very poorly documented, his driver proved to be invaluable.\r
30 \r
31 Also, I have to give thanks for Jun Su for starting the SourceForge project and for his wonderful\r
32 contribution of code and ideas.\r
33 \r
34 Thanks also go out to Peter Belbin, Timoth Parez, and Daniel Morgan for their input, testing, and all\r
35 the other things that make open source projects successful!\r
36 \r
37 \r