If you're not doing it already, It may help to setup a playground/testing 
environment as you get familiar with SqlAlchemy.

You can create a directory that has a copy-of (or can import) your model.

Then create a series of scripts that create a new engine with echo turned 
on.

This way you can play with the syntax directly over short scripts, and see 
the results + compiled sql, without the overhead of whatever app you're 
trying to build SqlAlchemy support into.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to