SQLite的一个快速Python库:sweepea

jopen 8年前

采用Cython构建的一个SQLite的快速Python数据库工具库。

特性:

  • 采用Cython开发, roughly ~4x faster than Peewee for writes, between 2x and 10x for reads.
  • Layered APIs allow you to work as close to the database as you want.
  • 类似于Peewee的查询构建语法.
  • 轻量级ORM层.

项目主页:http://www.open-open.com/lib/view/home/1444227631416