database wrapper class - adodb.py

Scott Hathaway scott.l.hathaway at lmco.com
Tue Aug 6 13:39:22 EDT 2002


This is a simple database class (I will be improving it) that is
similar to ADOdb for PHP.  It is very simple but has the following
features:

- can connect using pyMySQL or mx.ODBC
- perm connection to the database
- very simple to use
- has a function that will insert or update a database automatically
by passing it a dictionary with field names and values

http://www.hcsprogramming.com/downloads

If it helps you, please let me know.  Also, please send me
improvements/additions.  If you need a sample test page, I will be
happy to send one to you or post one to the site.

Thanks,
Scott Hathaway



More information about the Python-list mailing list