Skip to content

Commit 1fd5292

Browse files
authored
Update README.rst
1 parent b12efdb commit 1fd5292

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.rst

-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ PyMySQL
1717

1818
This package contains a pure-Python MySQL client library, based on `PEP 249`_.
1919

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-
2720
.. _`PEP 249`: https://www.python.org/dev/peps/pep-0249/
2821

2922

0 commit comments

Comments
 (0)