prisma-client-py icon indicating copy to clipboard operation
prisma-client-py copied to clipboard

Feature Parity with the TypeScript Client

Open RobertCraigie opened this issue 4 years ago • 3 comments

  • [ ] #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

RobertCraigie avatar Nov 13 '21 10:11 RobertCraigie

Could we include adding support for OpenTelemetry to this list as well?

dennispg avatar Sep 12 '23 14:09 dennispg

Can we add extensions to this list https://www.prisma.io/docs/orm/prisma-client/client-extensions/model

ntindle avatar Mar 08 '24 20:03 ntindle

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/

RobertCraigie avatar Mar 08 '24 20:03 RobertCraigie