Database interfacing

Skip Montanaro skip at pobox.com
Fri Jan 9 11:12:06 EST 2004


    Michael> I'm working with databases (MySQL primarily) more and more with
    Michael> Python, and having used PERL in the past for similar work, I'm
    Michael> wondering if there are good tools for doing 'intelligent'
    Michael> selects/inserts to/from dictionaries, etc.  

Perhaps you'd be interested in object-relational mappers.  Search for
"relation" on PyPi's database topics page:

    http://www.python.org/pypi?:action=browse&asdf=256

Slo[




More information about the Python-list mailing list