Importing functions from a database

Gerhard Häring gerhard.haering at opus-gmbh.net
Thu Jan 30 02:54:44 EST 2003


Bjorn Pettersen <BPettersen at NAREX.com> wrote:
> I'd like to be able to semi-transparently load functions from a database
> rather than from a file. I.e. given the following code:
> [...]
> I was hoping someone had allready done this, but my googling didn't
> bring up any obvious candidates... Anyone have any pointers?

http://dustman.net/andy/python/

"""
SQLImport module

Import Python classes from a SQL database

Latest release: 0.0.0 (2001-04-05, Experimental) 
"""

-- Gerhard




More information about the Python-list mailing list