我正在寻找可以与Tornado一起使用的SQL数据库,该数据库支持:
有任何想法吗?
最佳答案
这是在Tornado中支持异步I/O的所有库的列表:
https://github.com/tornadoweb/tornado/wiki/Links#async-client-libraries-built-on-tornadoioloop
这是我在这个确切主题上的演讲:
http://www.pyvideo.org/video/3698/from-synchronous-to-asynchronous-postgres-with-to
如果您既需要异步I/O,又要使用完整的ORM(SQLAlchemy),请查看aiopg。