blob: 62679503c453afc3f325fd5f21f0eff30e938334 (
plain)
1
2
3
4
5
6
|
This package contains a pure-Python MySQL client library. The goal of PyMySQL is
to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython
and Jython.
To install python3 bindings run slackbuild with option PYTHON3=yes.
# PYTHON3=yes ./pymysql.SlackBuild
|