Forgot to add these

This commit is contained in:
adustman
2000-10-17 21:16:52 +00:00
parent 1d7e1a35d0
commit 6e92970678
2 changed files with 103 additions and 0 deletions

9
mysql/README.MySQLmodule Normal file
View File

@ -0,0 +1,9 @@
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