We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a068259 commit 2cbc14fCopy full SHA for 2cbc14f
1 file changed
README.md
@@ -8,8 +8,7 @@ SqlAlchemy integration for FastAPI®
8
* Configure environ variables:
9
The keys of interest in `os.environ` are prefixed with `sqlalchemy_`.
10
Each matching key (after the prefix is stripped) is treated as though it were the
11
- corresponding keyword argument to [`sqlalchemy.create_engine`]
12
- (https://docs.sqlalchemy.org/en/13/core/engines.html?highlight=create_engine#sqlalchemy.create_engine) # noqa
+ corresponding keyword argument to [`sqlalchemy.create_engine`](https://docs.sqlalchemy.org/en/13/core/engines.html?highlight=create_engine#sqlalchemy.create_engine) # noqa
13
call.
14
15
The only required key is `sqlalchemy_url`, which provides the database URL.
0 commit comments