Hacker News new | past | comments | ask | show | jobs | submit login

This looks promising. Using prisma both in TypeScript app backends and in Python data pipelines would make switching between the two without much cognitive overhead much easier.

I'll probably oppose introducing a different Python ORM at work until Prisma Python reaches 1.0




Thanks :)

Yeah that is understandable, it is being successfully used in production but it is safer to use a more stable ORM for mission critical products.

If you don't want to have to duplicate your model definitions you could write a custom Prisma Generator to generate models for a different Python ORM.

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


Nice, sharing the models across Codebases but only doing the migrations on one side is definitely what I'd be looking for.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: