diff --git a/README.md b/README.md index f3e3beb..100ffbb 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [Prisma Client Python](https://github.com/RobertCraigie/prisma-client-py) - An auto-generated, fully type safe ORM powered by Pydantic and tailored specifically for your schema - supports SQLite, PostgreSQL, MySQL, MongoDB, MariaDB and more. * [Piccolo](https://github.com/piccolo-orm/piccolo) - An ORM / query builder which can work in async and sync modes, with a nice admin GUI, and ASGI middleware. * [Beanie](https://beanie-odm.dev) - An async MongoDB ODM built on [motor](https://github.com/mongodb/motor) and [Pydantic](https://pydantic-docs.helpmanual.io). +* [pydapper](https://pydapper.readthedocs.io/en/latest/) - A micro-ORM inspired by [dapper](https://dapper-tutorial.net). ## Networking