I was able to use Prisma before. However it appears it can’t function anymore. The Prisma library does some tricks in order to generate the types from the schema.prisma file, but it seems like there were new restrictions that disable the library from functioning. Do you know how can I make it work again?
Nice, thanks. It wasn’t option, but I looked a little bit into the python implementation and realized it should be output instead. Still, got me in the right direction!
If anyone is interested, I have made a demo app showcasing Prisma: