FastAPI-template icon indicating copy to clipboard operation
FastAPI-template copied to clipboard

Add Support for Prisma Python ORM

Open gurbaj5124871 opened this issue 3 years ago • 2 comments
trafficstars

Why

Prisma Client Python is fully type safe and offers native support for usage with and without async.

However, the arguably best feature that Prisma Client Python provides is autocompletion support. This makes writing database queries easier than ever!

Links

https://prisma-client-py.readthedocs.io/en/stable/ https://prisma-client-py.readthedocs.io/en/stable/getting_started/setup/

gurbaj5124871 avatar Jul 30 '22 13:07 gurbaj5124871

Hi there. Thanks for raising this issue. I haven't heard about this ORM. It looks nice. I'll take a closer look later, maybe next week. Do you have any experience using this ORM? Because I may need to get help to integrate it the right way.

s3rius avatar Jul 30 '22 14:07 s3rius

It's popular for typescript/javascript projects, https://www.prisma.io/ and has gained lot of popularity in nodeJS community and became most loved ORM. I have had experience in integrating with typescript projects but not so much for python projects (Still learning). But i am open to helping and/or getting it integrated within this repo (i recently discovered this repo and really like it)

gurbaj5124871 avatar Jul 30 '22 15:07 gurbaj5124871