This commit is contained in:
Vinta Chen 2019-11-04 00:38:16 +08:00
parent 91ebca94b9
commit 77c2e22882
1 changed files with 1 additions and 0 deletions

View File

@ -840,6 +840,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)
* [dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
* [orator](https://github.com/sdispater/orator) - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
* [orm](https://github.com/encode/orm) - An async ORM.
* [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
* [pony](https://github.com/ponyorm/pony/) - ORM that provides a generator-oriented interface to SQL.
* [pydal](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer.