File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ PyMySQL
18
18
.. contents :: Table of Contents
19
19
:local:
20
20
21
- This package contains a pure-Python MySQL client library. The goal of PyMySQL
22
- is to be a drop-in replacement for MySQLdb and work on CPython, PyPy and IronPython.
21
+ This package contains a pure-Python MySQL client library, based on `PEP 249 `_.
22
+
23
+ Most public APIs are compatible with mysqlclient and MySQLdb.
23
24
24
25
NOTE: PyMySQL doesn't support low level APIs `_mysql ` provides like `data_seek `,
25
26
`store_result `, and `use_result `. You should use high level APIs defined in `PEP 249 `_.
@@ -28,6 +29,7 @@ their usecase.
28
29
29
30
.. _`PEP 249` : https://www.python.org/dev/peps/pep-0249/
30
31
32
+
31
33
Requirements
32
34
-------------
33
35
You can’t perform that action at this time.
0 commit comments