文件名称:TorMySQL:PyMySQL的最高性能异步MySQL驱动程序
文件大小:31KB
文件格式:ZIP
更新时间:2024-02-24 20:42:45
mysql python mariadb tornado asyncio
TorMySQL的 最高性能的异步MySQL驱动程序。 PyPI页面: ://pypi.python.org/pypi/tormysql 关于 提出了基于Future的API和Greenlet,用于非阻塞访问MySQL。 同时支持和 。 安装 pip install TorMySQL 二手龙卷风 示例池 from tornado.ioloop import IOLoop from tornado import gen import tormysql pool = tormysql.ConnectionPool( max_connections = 20, #max open c
【文件预览】:
TorMySQL-master
----MANIFEST.in(18B)
----.travis.yml(553B)
----README.rst(5KB)
----requirements.dev.txt(20B)
----tests()
--------test_asyncio.py(2KB)
--------test_create_db.py(930B)
--------test_connections.py(273B)
--------test_transaction.py(1KB)
--------test_warnings.py(901B)
--------test_init.py(424B)
--------test_unstable_connection.py(6KB)
--------test_concurrent.py(525B)
--------test_charset.py(1KB)
--------test_with_with.py(2KB)
--------test_basic.py(459B)
--------__init__.py(989B)
--------test_helpers.py(2KB)
--------test_asyncio_alone.py(2KB)
--------test_ping.py(278B)
----tormysql()
--------cursor.py(4KB)
--------pool.py(14KB)
--------util.py(823B)
--------client.py(4KB)
--------helpers.py(7KB)
--------__init__.py(2KB)
--------connections.py(8KB)
--------log.py(170B)
--------platform()
----LICENSE(1KB)
----setup.cfg(27B)
----run-tests(817B)
----setup.py(653B)
----.gitignore(546B)
----README.md(4KB)