SQLite的一个快速Python库:sweepea
jopen
9年前
采用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层.