mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 00:00:13 +00:00
add orm
This commit is contained in:
parent
91ebca94b9
commit
77c2e22882
|
@ -840,6 +840,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)
|
* [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.
|
* [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.
|
* [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.
|
* [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.
|
* [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.
|
* [pydal](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user