DB access without object-relation mapping?

Paul Boddie paul at boddie.org.uk
Tue Jul 29 11:58:49 EDT 2008


On 29 Jul, 17:20, kj <so... at 987jk.com.invalid> wrote:
>
>                                                     So what's the
> standard Python way to send SQL directly to a Postgres database
> and get back results?

Take a look at this page:

http://wiki.python.org/moin/DatabaseInterfaces

I've used psycopg2 and pyPgSQL successfully, although pg_proboscis
looks very interesting, too.

Paul



More information about the Python-list mailing list