mirror of
https://github.com/vinta/awesome-python
synced 2024-11-14 15:57:15 +00:00
add orm
This commit is contained in:
parent
91ebca94b9
commit
77c2e22882
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue