mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
More documentation updates.
This commit is contained in:
@ -47,6 +47,14 @@ Prerequisites
|
|||||||
* MySQL-5.1 is supported (currently a release candidate) but untested.
|
* MySQL-5.1 is supported (currently a release candidate) but untested.
|
||||||
It should work.
|
It should work.
|
||||||
|
|
||||||
|
* MySQL-6.0 is sorta-kinda-supported (currently alpha) but untested.
|
||||||
|
It should work.
|
||||||
|
|
||||||
|
* Drizzle <https://launchpad.net/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
|
* MaxDB, formerly known as SAP DB (and maybe Adabas D?), is a
|
||||||
completely different animal. Use the sapdb.sql module that comes
|
completely different animal. Use the sapdb.sql module that comes
|
||||||
with MaxDB.
|
with MaxDB.
|
||||||
|
Reference in New Issue
Block a user