prisma-client-py
prisma-client-py copied to clipboard
Feature Parity with the TypeScript Client
- [ ] #10
- [x] #19
- [ ] #25
- [ ] #26
- [ ] #27
- [x] #28
- [ ] #31
- [x] #39
- [x] #42
- [x] #52
- [x] #53
- [x] #54
- [ ] #64
- [ ] #76
- [ ] #103
- [x] #106
- [ ] #107
- [x] #134
- [ ] #314
- [x] #434
- [ ] #676
- [ ] #714
- [x] #719
- [ ] #816
- [x] #994
- [ ] #127
Could we include adding support for OpenTelemetry to this list as well?
Can we add extensions to this list https://www.prisma.io/docs/orm/prisma-client/client-extensions/model
Unfortunately I don't think we're ever going to be able to offer something as customisable as that, the python type system just isn't good enough.
But if you just want to add methods to your models you can subclass the models that prisma-client-py generates and make queries using that model: https://prisma-client-py.readthedocs.io/en/stable/reference/model-actions/