On Sep 23, 2011, at 5:31 AM, Jaimy Azle wrote:

> Hi Michael,
> 
> As on subject, when loading an external dialect from entry points
> ("sqlalchemy.dialects"), currently it is not possible to load a
> database dialect with alternate driver which might be supported using
> general connection url pattern:
> 
> external_dialect+alt_driver://<username>:<password>@<hostname>:<port>/<database>

curious, is this for an alternate DBAPI implementation to an existing database, 
like "postgresql+somenewdriver://" ?  or multiple, alternate drivers for 
non-supported databases ?   Can I get some specific examples ?  its not clear 
how dialect+driver would map to an entrypoint.   

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to