mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-04 06:48:27 -04:00
Add some markup
This commit is contained in:
@@ -390,8 +390,8 @@ def engine_from_config(configuration, prefix='sqlalchemy.', **kwargs):
|
||||
"""Create a new Engine instance using a configuration dictionary.
|
||||
|
||||
The *configuration* dictionary is typically produced from a config file
|
||||
in which keys are prefixed, e.g. sqlalchemy.url, sqlalchemy.echo, etc.
|
||||
The 'prefix' argument indicates the prefix to be searched for.
|
||||
in which keys are prefixed, e.g. ``sqlalchemy.url``, ``sqlalchemy.echo``,
|
||||
etc. The 'prefix' argument indicates the prefix to be searched for.
|
||||
|
||||
A select set of keyword arguments will be "coerced" to their
|
||||
expected type based on string values. The set of arguments
|
||||
|
||||
Reference in New Issue
Block a user