Skip to content

Commit f33105f

Browse files
cdcadmanChuck Cadman
and
Chuck Cadman
authored
DOC: Remove reference to mysql fallback support from user guide. (#51275)
Remove reference to mysql fallback support from user guide. Co-authored-by: Chuck Cadman <[email protected]>
1 parent d458291 commit f33105f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/source/user_guide/io.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -5498,11 +5498,8 @@ included in Python's standard library by default.
54985498
You can find an overview of supported drivers for each SQL dialect in the
54995499
`SQLAlchemy docs <https://docs.sqlalchemy.org/en/latest/dialects/index.html>`__.
55005500

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.
55065503

55075504
See also some :ref:`cookbook examples <cookbook.sql>` for some advanced strategies.
55085505

0 commit comments

Comments
 (0)