From 2a057cb8daa054509cddd8419831f8a5e040cb5f Mon Sep 17 00:00:00 2001 From: Sepehr Bazyar Date: Sun, 28 Aug 2022 16:30:21 +0430 Subject: [PATCH] feat: added ormar async orm to used in FastAPI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ab489e..eff9096 100644 --- a/README.md +++ b/README.md @@ -904,6 +904,7 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- * [:octocat: dataset](https://github.com/pudo/dataset) - :star: 4193 :fork_and_knife: 285 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. * [:octocat: orator](https://github.com/sdispater/orator) - :star: 1353 :fork_and_knife: 166 - The Orator ORM provides a simple yet beautiful ActiveRecord implementation. * [:octocat: orm](https://github.com/encode/orm) - :star: 1630 :fork_and_knife: 93 - An async ORM. + * [:octocat: ormar](https://github.com/encode/orm) - :star: 1057 :fork_and_knife: 59 - Ormar is an async ORM that uses Pydantic validation and can be used directly in FastAPI requests and responses so you are left with only one set of models to maintain. Alembic migrations included. * [:octocat: peewee](https://github.com/coleifer/peewee) - :star: 9378 :fork_and_knife: 1348 - A small, expressive ORM. * [:octocat: pony](https://github.com/ponyorm/pony/) - :star: 3003 :fork_and_knife: 217 - ORM that provides a generator-oriented interface to SQL. * [:octocat: pydal](https://github.com/web2py/pydal/) - :star: 432 :fork_and_knife: 128 - A pure Python Database Abstraction Layer.