Python library for generating SQL queries [selects, alters, inserts and commits]

Alec Taylor alec.taylor6 at gmail.com
Tue Oct 11 08:08:48 EDT 2011


Good afternoon,

I'm looking for a Python library for generating SQL queries [selects,
alters, inserts and commits].

I can write them by hand, but thought it would be more useful writing
them in Python (i.e. client-side referential integrity checking before
insert commit + test data generation)

I'm running Oracle 10g and Oracle 11gR2. Do you know of a Python
library which can facilitate this?

Thanks for all suggestions,

Alec Taylor



More information about the Python-list mailing list