From 42c49e68b50287b97e94fd7fae9384a15d5d61b4 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Wed, 8 Dec 2021 12:46:21 +0000 Subject: [PATCH] Add Prisma Client Python Adds https://github.com/RobertCraigie/prisma-client-py. This ORM is the *first* and *only* ORM for Python that offers full query type safety. Full disclaimer I am the creator of this project. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04743aee..9c02bd45 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. + * [Prisma Client Python](https://github.com/RobertCraigie/prisma-client-py) - An auto-generated, fully type safe ORM tailored specifically for your schema - works with SQLite, PostgreSQL, MySQL, MongoDB, MariaDB, Azure SQL, SQL Server and AWS Aurora. * NoSQL Databases * [hot-redis](https://github.com/stephenmcd/hot-redis) - Rich Python data types for Redis. * [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.