Prisma sucks, last I checked it didn't support cross schema foreign keys or reflecting views It's all fluff and no substance Answer from Devout--Atheist on reddit.com
Prisma Client Python
prisma-client-py.readthedocs.io
Prisma Client Python
All Prisma Client Python methods are fully statically typed, this means you can easily catch bugs in your code without having to run it! For more details see the documentation. Prisma Client Python connects to the database and executes queries using Prisma's rust-based Query Engine, of which the source code can be found here: https://github.com/prisma/prisma-engines.
Reddit
reddit.com › r/python › has anybody tried using prisma in python n production?
r/Python on Reddit: Has anybody tried using Prisma in Python n production?
February 5, 2023 -
Some of you I think heard about Prisma ORM that gained a lot of popularity (or maybe more of a hype) in Javascript/Typescript world recently. I was suprised that there is Python library that allows to interact with Prisma and became curious if somebody tried using it at work projects. Does anybody here tried using it on production or at work in general?
Top answer 1 of 6
2
Prisma sucks, last I checked it didn't support cross schema foreign keys or reflecting views It's all fluff and no substance
2 of 6
2
The python version was DOA for me. We tried it in a very young project and ended up rolling back to sqlalchemy.
For those who use Prisma, do you use prisma migration deploy in production? Jul 14, 2022
r/node 4y ago
Show HN: Prisma Python – A fully typed ORM for Python
Aside from static type checking, providing type hints means that you will get autocomplete suggestions for you which for me is the killer feature for this ORM (see the GIF in the README for an example) · It's also built on top of Prisma, a next-generation ORM for TypeScript which means that ... More on news.ycombinator.com
database - Prisma client python keeps telling me that my client isn't generated, even though I ran the command for it - Stack Overflow
I am using Prisma Client Python along with SQLite to create a database for my program. I have everything installed correctly, npm, node.js, prisma client, prisma CLI... and I have already created a More on stackoverflow.com
Prisma Python is now deprecated
The only edge for Prisma is now lost - I might as well just use Drizzle More on news.ycombinator.com
How can I access the Prisma DB from a separate Python service?
I’ve defined a couple models in api/db/schema.prisma and I’m using them successfully in a couple test pages of my site. Now, I’m building a separate backend service in python for some ML code. Two questions: How can I access data from the GraphQL DB cr... More on community.redwoodjs.com
26:16
Prisma ORM with Python and FastAPI - YouTube
01:28:24
Master Python Rest API Development With Fast API, Prisma & MongoDB ...
58:48
Type-Safe ORM With Prisma Client & Real Python at PyCon US 2022 ...
01:19:33
Eine praktische Einführung in Prisma - Carmen Berndt | Prisma ...
11:09
Intro to Prisma ORM - YouTube
10:01
Prisma Client Python - YouTube
GitHub
github.com › RobertCraigie › prisma-client-py › issues › 1073
Issue · RobertCraigie/prisma-client-py
March 23, 2025 - Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use - Issue · RobertCraigie/prisma-client-py
Author RobertCraigie
Hacker News
news.ycombinator.com › item
Show HN: Prisma Python – A fully typed ORM for Python | Hacker News
February 27, 2022 - Aside from static type checking, providing type hints means that you will get autocomplete suggestions for you which for me is the killer feature for this ORM (see the GIF in the README for an example) · It's also built on top of Prisma, a next-generation ORM for TypeScript which means that ...
SourceForge
sourceforge.net › projects › prisma-client-python.mirror
Prisma Client Python download | SourceForge.net
Prisma Client Python is an auto-generated and fully type-safe database. prisma-client-py is an auto-generated Python ORM for Prisma schema files, bringing Prisma's developer experience to Python projects.
GitHub
github.com › RobertCraigie › prisma-client-py › releases
Releases · RobertCraigie/prisma-client-py
April 15, 2025 - Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use - Releases · RobertCraigie/prisma-client-py
Author RobertCraigie
GitHub
github.com › RobertCraigie › prisma-client-py
GitHub - RobertCraigie/prisma-client-py: Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use · GitHub
Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use - RobertCraigie/prisma-client-py
Starred by 2.1K users
Forked by 94 users
Languages Python 92.7% | Jinja 6.8%
PyPI
pypi.org › project › prisma-client
Prisma Client Python
» pip install prisma-client
Hacker News
news.ycombinator.com › item
Prisma Python is now deprecated | Hacker News
March 23, 2025 - The only edge for Prisma is now lost - I might as well just use Drizzle
Kitemetric
kitemetric.com › blogs › streamline-your-database-interactions-with-prisma-orm
Master Prisma ORM: Next.js & FastAPI Setup | Kite Metric
Automatic Model Generation: Define your schema once—Prisma handles the rest. No manual model class creation is needed. Multi-Language Support: Seamless integration with Node.js, Next.js, Python (FastAPI, Django, Flask), and more.
Read the Docs
app.readthedocs.org › projects › prisma-client-py
prisma-client-py - Read the Docs Community
prisma-client-py · EN · An auto-generated and fully type-safe database client for Python · Maintainers · Repository RobertCraigie/prisma-client-py · Versions 39 Builds 831 ·