add string-based urls for engine connection

Issue #20 resolved
Mike Bayer repo owner created an issue

right now you have to use a dictionary to send parameters to the create_engine function in order to get an engine. allow an optional string-based URL, such as "sqlite://username=foo&password=bar" or something similar.

Comments (1)

  1. Log in to comment