Resyncing ByteFX.Data with latest from ByteFX
[mono.git] / mcs / class / ByteFX.Data / readme.txt
1 Managed Drivers for MySQL and PostgreSQL
2 ======================================
3
4 Current Status of MySQL driver
5 ----------------------------------
6 The driver is currently under heavy development.
7 The driver is in beta form with most features working reasonably well.
8
9 ** Please note that the binaries distributed in the package are either
10 compiled with Mono or .NET 1.1. **
11
12
13 Current status of the PostgreSQL driver
14 ---------------------------------------
15 The PostgreSQL driver is just starting and not really usable yet. 
16 It can perform simple reads with a limited set of data types.
17 Watch the project over the next few weeks to see much 
18 improvement.
19
20
21 Credit
22 ---------------------------------------
23 First of all, many thanks to the MySQL folks for creating such a great database.
24
25 Next, I have to give a big thanks and kudos to Mark Matthews for his Java-based MySQL driver.
26 As the protocol to MySQL is very poorly documented, his driver proved to be invaluable.
27
28 Also, I have to give thanks for Jun Su for starting the SourceForge project and for his wonderful
29 contribution of code and ideas.
30
31 Thanks also go out to Peter Belbin, Timoth Parez, and Daniel Morgan for their input, testing, and all
32 the other things that make open source projects successful!
33
34 I have started putting the names of people who post bugs, patches, suggestions, or anything else of value to the changelog.
35 If you have posted and don't see your name, I apologize.  Please let me know who you are and I'll include you.
36 The most important thing here is to understand that this is not a one man show.  So many people have provided input
37 along the way.
38
39
40
41