We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12efdb commit 1fd5292Copy full SHA for 1fd5292
README.rst
@@ -17,13 +17,6 @@ PyMySQL
17
18
This package contains a pure-Python MySQL client library, based on `PEP 249`_.
19
20
-Most public APIs are compatible with mysqlclient and MySQLdb.
21
-
22
-NOTE: PyMySQL doesn't support low level APIs `_mysql` provides like `data_seek`,
23
-`store_result`, and `use_result`. You should use high level APIs defined in `PEP 249`_.
24
-But some APIs like `autocommit` and `ping` are supported because `PEP 249`_ doesn't cover
25
-their usecase.
26
27
.. _`PEP 249`: https://www.python.org/dev/peps/pep-0249/
28
29
0 commit comments