mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 00:00:13 +00:00
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.
This commit is contained in:
parent
21258213c1
commit
42c49e68b5
|
@ -915,6 +915,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [peewee](https://github.com/coleifer/peewee) - A small, expressive 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.
|
* [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.
|
* [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
|
* NoSQL Databases
|
||||||
* [hot-redis](https://github.com/stephenmcd/hot-redis) - Rich Python data types for Redis.
|
* [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.
|
* [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user