Join Slack
Powered by
is prisma python client official?
# orm-help
p
prisma chobo
08/10/2022, 5:44 PM
is prisma python client official?
✅ 1
w
William Chomel
08/10/2022, 6:30 PM
It is not, however it is built on the official Prisma Engine and the project is sponsored by prisma.
p
prisma chobo
08/10/2022, 6:45 PM
is it okay to use it as production level?
w
William Chomel
08/10/2022, 6:53 PM
It is unstable, and some features may be missing or incomplete. I would recommend reading up on it at
https://prisma-client-py.readthedocs.io/en/stable/
.
n
Nurul
08/11/2022, 6:49 AM
As William mentioned, only the JavaScript/TypeScript client is official. Other clients like
Python
and
Rust
are community maintained and not official.
Open in Slack
Previous
Next