文件名称:tornado_async_mysql:tornado异步mysql操作,同步mysql操作对比
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-13 20:01:54
Python
tornado_async_mysql tornado异步mysql操作,同步mysql操作对比 #配置 config文件夹下配置mysql数据库 #运行 运行后在浏览器中输入: 127.0.0.1:8888/async 运行数据库异步操作 127.0.0.1:8888/sync 运行数据库同步操作 127.0.0.1:8888/test 运行一个立即返回的操作
【文件预览】:
tornado_async_mysql-master
----.gitignore(709B)
----db()
--------littledb.py(10KB)
--------__init__.py(0B)
--------client.py(757B)
----LICENSE(1KB)
----README.md(313B)
----configs()
--------development.conf(87B)
--------__init__.py(0B)
--------config.py(207B)
----app.py(751B)
----routes()
--------__init__.py(0B)
--------sync_sql.py(563B)
--------async_sql.py(841B)