Pythonic wrappers for SQL?
David Blewett
david at dawninglight.net
Fri Jan 13 20:02:43 EST 2006
Quoting Kenneth McDonald <kenneth.m.mcdonald at sbcglobal.net>:
> I need to do some data manipulation, and SQLite is a nice little
> product for it, except of course that I'd need to write SQL. Are
> there any good libraries out there that let one write (basic) queries
> in a Pythonic syntax, rather than directly in SQL?
Funny you should bring this up. I was just looking at a few sites about
this today. First is an article on Devx that explains a way to do this:
http://www.devx.com/dbzone/Article/22093/1954?pf=true
Then I found a package that does the heavy lifting:
http://www.penguin.cz/~ondrap/sqlabstr_cond.php
David
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the Python-list
mailing list