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?

Discussions

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
🌐 news.ycombinator.com
87
130
February 27, 2022
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
🌐 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
🌐 news.ycombinator.com
1
1
March 23, 2025
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
🌐 community.redwoodjs.com
0
0
May 1, 2023
🌐
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
🌐
Medium
medium.com › dooboolab › prisma-with-python-and-fastapi-33bf25bb20c0
Prisma with Python and FastAPI. Brief experience on Prisma with Python… | by Hyo | Hyo Dev | Medium
June 19, 2022 - We found FastAPI written in Python which serves great performance as a server programming. Therefore, we decided to use it. ... While finding which ORM to use to connect to the database, we decided to try Prisma Python Client, which has been developed by the community.
🌐
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.
Find elsewhere
🌐
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
August 26, 2021 - Prisma Client Python is an auto-generated and fully type-safe database client
      » pip install prisma-client
    
Published   Oct 15, 2021
Version   0.2.1
🌐
Prisma
prisma.io › ecosystem
Prisma ORM Ecosystem
Generates object types, inputs, args, etc. from the Prisma schema file for usage with @nestjs/graphql module
🌐
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
🌐
Medium
medium.com › @saveriomazza › introduction-to-prisma-client-python-90a252151a4f
Introduction to Prisma Client Python | by Saverio Mazza | Medium
March 25, 2024 - Prisma Client Python is a modern ORM (Object-Relational Mapping) tool designed to provide Python developers with a more intuitive way to interact with databases. It’s built on top of Prisma, a TypeScript ORM known for its zero-cost type safety ...
🌐
Prisma
prisma.io › home › prisma client › prisma client
Prisma Client overview | Prisma Documentation
Learn what Prisma Client is, how to generate it, and where to go next for querying, relations, and transactions.
🌐
RedwoodJS Community
community.redwoodjs.com › get help and help others
How can I access the Prisma DB from a separate Python service? - Get Help and Help Others - RedwoodJS Community
May 1, 2023 - 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...
🌐
AbandonTech
blog.abandontech.cloud › easy-python-web-backend-using-fastapi-postgres-and-prisma
Easy Python Web Backend Using FastAPI, Prisma, Postgres, and Docker
March 9, 2023 - Prisma is a very handy Object-Relational Mapping framework that gives us the ability to conveniently write our database schema in a way that is easily read and maintained. We specifically use the Python Prisma client to integrate Prisma with ...
🌐
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 ·
🌐
Answer Overflow
answeroverflow.com › m › 1072161480042106940
do you have experience with the python prisma client? - Theo's Typesafe Cult
February 6, 2023 - Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use - GitHub - RobertCraigie/prisma-client-py: Prisma Client Python is an auto-generated and fully...