Tornado 的哪个 SQL 数据库具有异步驱动程序?

Which SQL database for Tornado has an asynchronous driver?

我正在寻找可以与 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