Some Python database helper functions |
|
Python is blessed with a standard DBAPI (DataBase Applications Program Interface) for database functions that requires very little work to move an application to a different database engine.
I have written some functions that go on top of the standard DBAPI to take care of building much of the SQL (Structured Query Language) that actually does the work at the DBAPI level.
|
John Shipman, john@nmt.edu
Last updated: 2006/12/07 22:36:13 UT URL: http://www.nmt.edu/tcc/help/lang/python/dbhelpers.html |
|