Dear All,
I posted questions on below link when in studying sqlalchemy : how to do
housekeeping jobs before using a sqlite database.
http://stackoverflow.com/questions/3554137/python-need-checking-and-padding-sqlite-database-housekeeping-and-manipulate-co
on that post, some items still confuse me then I try to seek help here:
How to test if an existing "database" file is a valid sqlite3 format
file before using sqlalchemy?
and
How to get python-sqlite module supported conn from SQLAlchemy? I want
to reuse the SQLAlchemy connection pool try to make python sqlite3 and
sqlalchemy coexists and reduce the lock risk. And if I can do that, is
there a way commit every connections in a go in SA?
Thanks for any reply!
Rgs,
KC
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.