Hi,

There is a degree of overlap between options you pass to create_engine, 
and parameters in the DB URI. How about merging these concepts? Perhaps 
DefaultEngineStrategy.create could parse the URI for paramters, possibly 
do some type coercion, and update kwargs with any parameters. Individual 
dialects could take everything as parameters to the constructor, rather 
than doing URI parsing in create_connect_args.

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to