File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5498,11 +5498,8 @@ included in Python's standard library by default.
5498
5498
You can find an overview of supported drivers for each SQL dialect in the
5499
5499
`SQLAlchemy docs <https://docs.sqlalchemy.org/en/latest/dialects/index.html >`__.
5500
5500
5501
- If SQLAlchemy is not installed, a fallback is only provided for sqlite (and
5502
- for mysql for backwards compatibility, but this is deprecated and will be
5503
- removed in a future version).
5504
- This mode requires a Python database adapter which respect the `Python
5505
- DB-API <https://www.python.org/dev/peps/pep-0249/> `__.
5501
+ If SQLAlchemy is not installed, you can use a :class: `sqlite3.Connection ` in place of
5502
+ a SQLAlchemy engine, connection, or URI string.
5506
5503
5507
5504
See also some :ref: `cookbook examples <cookbook.sql >` for some advanced strategies.
5508
5505
You can’t perform that action at this time.
0 commit comments