have engine URLs support key=value arguments

Issue #196 resolved
Mike Bayer repo owner created an issue

support urls like this:

driver://user:pass@host:port/db?arg1=value1&arg2=value2

the query string args will feed into the **kwargs used by create_engine. some users want to be able to have all their config stuffed into one string (seems to make Paste config easier).

Comments (5)

  1. Log in to comment