shelve like interface to MySQLdb
brianc at temple.edu
brianc at temple.edu
Thu Sep 2 17:09:59 EDT 2004
I've done some googling and came up empty. Is there a simple
way to create a shelve like interface to a MySQL table? The
keys would be a direct mapping to the primary key in the table.
Also, this isn't really python related, but if I was to create
such an interface myself, what would be the optimal mysql
table type to use? InnoDB or MyISAM?
Thanks
-Brian
More information about the Python-list
mailing list