Kenneth McDonald si รจ profuso/a a scrivere su comp.lang.python tutte queste
elucubrazioni: 

> there any good libraries out there that let one write (basic) queries  
> in a Pythonic syntax, rather than directly in SQL?

You need an ORM. Beyond SQLAlchemy (I don't have experience with it) i
would suggest you try out SQLObject and PyDO.

Just a clue: although they prevent you from writing SQL, you'll have to
learn SQL basics anyway, or you won't understand the docs.

If you simply want to forget SQL, you can try out Axiom:

http://divmod.org/trac/wiki/DivmodAxiom

It's a native object database; it uses sqlite as backend, but that's
totally transparent to the user, you'll never be asked to enter a single
sql statement.

-- 
EleSSaR^ <[EMAIL PROTECTED]>
--
Togli .xyz dalla mia email per contattarmi.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to