Quoting Kenneth McDonald <[EMAIL PROTECTED]>:

> 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to