mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
10 lines
351 B
Plaintext
10 lines
351 B
Plaintext
If you have code that uses the old MySQLmodule's Mysqldb interface,
|
|
try CompatMysqldb. It is the old module adapted to use _mysql instead
|
|
of MySQL[module]. The original Mysqldb was written by James Henstridge.
|
|
If it's broken, it's probably my fault: I haven't tested it very much.
|
|
Consider it experimental.
|
|
|
|
Andy Dustman
|
|
<andy@dustman.net>
|
|
2000-08-09
|