Pythonic wrappers for SQL?

Kenneth McDonald kenneth.m.mcdonald at sbcglobal.net
Fri Jan 13 19:34:41 EST 2006


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?

Thanks,
Ken



More information about the Python-list mailing list