Hi folks,

is it possible to have two different sqlobject connections to two
different sqlite db's ?

i am using turbogears on an embedded pc with a flash drive, so i want
to minimize the write operations and have one db in a ramdisk for non-
persistent data (changing quite often) and another db on the flash for
persistent data ... and in my turbogears app i need to access both
data sources :)

i tried having both db's defined in an external python module, but
however, when i am using this in turbogears i get :

AttributeError: No connection has been defined for this thread or
process

sqlalchemy claims that there is already a mapper defined for the same
class on startup ... thats why i switched to sqlobject ...

any help (greatly!) appreciated ...

thanks,
marcus.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to