Hi,
Is there any way to connect to multiple slave databases on a single
engine? My single db setup is getting killed.
I found this in engine.url._parse_rfc1738_args:
(?:
(?P<host>[^/:]*)
(?::(?P<port>[^/]*))?
)?
but I'm not really sure how to read this regex, and structure my URL
string.
-A
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---