Provides the ~sqlalchemy.engine.url.URL
class which encapsulates
information about a database connection specification.
The URL object is created automatically when
~sqlalchemy.engine.create_engine
is called with a string
argument; alternatively, the URL is a public-facing construct which can
be used directly and is also accepted directly by create_engine().
Class | URL |
Represent the components of a URL used to connect to a database. |
Function | _parse_keyvalue_args |
Undocumented |
Function | _parse_rfc1738_args |
Undocumented |
Function | _rfc_1738_quote |
Undocumented |
Function | _rfc_1738_unquote |
Undocumented |
Function | make_url |
Given a string or unicode instance, produce a new URL instance. |