From 77c2e228822961c6430e853078a4c7a9e4d51cfd Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 4 Nov 2019 00:38:16 +0800 Subject: [PATCH] add orm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 954eb61..6ecc662 100644 --- a/README.md +++ b/README.md @@ -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.