8000 "drop-in replacement" is not goal anymore. · vicdeveloper/PyMySQL@8c56660 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c56660

Browse files
committed
"drop-in replacement" is not goal anymore.
1 parent 68e5800 commit 8c56660

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ PyMySQL
1818
.. contents:: Table of Contents
1919
:local:
2020

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

2425
NOTE: PyMySQL doesn't support low level APIs `_mysql` provides like `data_seek`,
2526
`store_result`, and `use_result`. You should use high level APIs defined in `PEP 249`_.
@@ -28,6 +29,7 @@ their usecase.
2829

2930
.. _`PEP 249`: https://www.python.org/dev/peps/pep-0249/
3031

32+
3133
Requirements
3234
-------------
3335

0 commit comments

Comments
 (0)
0