pymysql 1.0.2 on conda - Libraries.io
https://libraries.io/conda/pymysqlpymysql Release 1.0.2 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 and IronPython. Homepage Repository conda Python Download Keywords mysql, python License MIT Install conda install -c conda-forge pymysql SourceRank 15 Dependencies 1
Pymysql :: Anaconda.org
https://anaconda.org/anaconda/pymysqlTo install this package with conda run: conda install -c anaconda pymysql Description 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 and IronPython.
pymysql 1.0.2 on conda - Libraries.io
libraries.io › conda › pymysqlYou can install it with pip: $ python3 -m pip install PyMySQL To use "sha256_password" or "caching_sha2_password" for authenticate, you need to install additional dependency: $ python3 -m pip install PyMySQL[rsa] To use MariaDB's "ed25519" authentication method, you need to install additional dependency: $ python3 -m pip install PyMySQL[ed25519]
Pymysql :: Anaconda.org
anaconda.org › conda-forge › pymysqlconda install. noarch v1.0.2. To install this package with conda run one of the following: conda install -c conda-forge pymysql. conda install -c conda-forge/label/gcc7 pymysql. conda install -c conda-forge/label/cf201901 pymysql. conda install -c conda-forge/label/cf202003 pymysql.
PyMySQL · PyPI
https://pypi.org/project/PyMySQL09.01.2021 · This package contains a pure-Python MySQL client library, based on PEP 249.. Most public APIs are compatible with mysqlclient and MySQLdb. NOTE: PyMySQL doesn’t support low level APIs _mysql provides like data_seek, store_result, and use_result.You should use high level APIs defined in PEP 249.But some APIs like autocommit and ping are supported because PEP …