awesome-asyncio icon indicating copy to clipboard operation
awesome-asyncio copied to clipboard

Add Prisma Client Python

Open RobertCraigie opened this issue 3 years ago • 0 comments

What is this project?

https://github.com/RobertCraigie/prisma-client-py.

It is an auto-generated and fully type safe ORM powered by Pydantic - supports SQLite, PostgreSQL, MySQL, MongoDB, MariaDB and more!

Why is it awesome?

  • The first and only ORM for Python that offers full query type safety.
  • Native support for usage with and without async
  • Powered by Pydantic which makes integration with frameworks like FastAPI incredibly easy
  • Language agnostic schema

RobertCraigie avatar Mar 14 '22 17:03 RobertCraigie