ports/databases/py-mysqlclient/pkg/DESCR

9 lines
446 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
mysqlclient provides an interface to MariaDB, MySQL and similar
database servers using the standard Python database API. It is a
fork of MySQLdb1, adding Python 3 support and bug fixes.
It provides low-level bindings for parts of the C client library
(libmariadb) and a higher-level wrapper making this compatible with
the Python DB API interface (version 2). The DB API specification
PEP-249 should be your primary guide for using this module.