Hi,
Something like:
from sqlalchemy import *
import pyodbc
db = create_engine('mssql://./test', module=pyodbc)
While we're on the subject, it would be good to be able to specify the
module as a string, e.g. module_name='pyodbc' as then you could specify
the module from a configuration framework. It would be handy to specify
it in the URL as well, e.g. for unit tests.
Paul
[EMAIL PROTECTED] wrote:
>How does one explicitly choose one of the connectors?
>
>I would like to specify one explicitly for testing purposes, but I
>don't know how. (in the create engine perhaps?)
>
>On Apr 21, 8:16 am, Paul Johnston <[EMAIL PROTECTED]> wrote:
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---