From 19ba3c6511a68fbe862fa1154cb41bf0d59ef326 Mon Sep 17 00:00:00 2001 From: adustman Date: Fri, 17 Oct 2008 01:07:01 +0000 Subject: [PATCH] More documentation updates. --- MySQLdb/README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MySQLdb/README b/MySQLdb/README index 7a8ac95..8b53277 100644 --- a/MySQLdb/README +++ b/MySQLdb/README @@ -47,6 +47,14 @@ Prerequisites * MySQL-5.1 is supported (currently a release candidate) but untested. It should work. + * MySQL-6.0 is sorta-kinda-supported (currently alpha) but untested. + It should work. + + * Drizzle is a fork of MySQL. So far + the C API looks really similar except everything is renamed. + Drizzle support probably won't happen in 1.2. There may be have to + be an entirely different module, but still using DB-API. + * MaxDB, formerly known as SAP DB (and maybe Adabas D?), is a completely different animal. Use the sapdb.sql module that comes with MaxDB.