Skip to content

Commit

Permalink
Merge pull request #156 from Kokoserver/main
Browse files Browse the repository at this point in the history
Add saffier orm
  • Loading branch information
mjhea0 committed May 2, 2024
2 parents 60b20d7 + 6e56145 commit 13aa876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
### Databases

#### ORMs

- [Edgy ORM](https://github.com/tarsil/edgy) - Complex databases made simple.
- [FastAPI SQLAlchemy](https://github.com/mfreeborn/fastapi-sqlalchemy) - Simple integration between FastAPI and [SQLAlchemy](https://www.sqlalchemy.org/).
- [Fastapi-SQLA](https://github.com/dialoguemd/fastapi-sqla) - SQLAlchemy extension for FastAPI with support for pagination, asyncio, and pytest.
- [FastAPIwee](https://github.com/Ignisor/FastAPIwee) - A simple way to create REST API based on [PeeWee](https://github.com/coleifer/peewee) models.
Expand All @@ -79,6 +79,7 @@
- [FastAPI Example](https://tortoise.github.io/examples/fastapi.html) - An example of the Tortoise-ORM FastAPI integration.
- [Tutorial: Setting up Tortoise ORM with FastAPI](https://web.archive.org/web/20200523174158/https://robwagner.dev/tortoise-fastapi-setup/)
- [Aerich](https://github.com/tortoise/aerich) - Tortoise ORM migrations tools.
- [Saffier ORM](https://github.com/tarsil/saffier) - The only Python ORM you will ever need.
- [SQLModel](https://sqlmodel.tiangolo.com/) - SQLModel (which is powered by Pydantic and SQLAlchemy) is a library for interacting with SQL databases from Python code, with Python objects.

#### Query Builders
Expand Down

0 comments on commit 13aa876

Please sign in to comment.