[DB-SIG] connect to multiple databases at the same time
zongzhi liu
zongzhi.liu at gmail.com
Wed May 13 21:04:44 CEST 2009
I am using sqlite3 a lot. As a database growing larger and larger, I would
like to seperate some tables into another database. In sqlite3, you can use
something like:
select * from db_a.table1 join db_b.table1 using (ID)
However, I cannot figure out how to use such statement in python. You help
will be greatly appreciated.
zongzhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/db-sig/attachments/20090513/0aca689c/attachment.htm>
More information about the DB-SIG
mailing list