danielweil
danielweil
Thanks for the great work. Is this still a work on progress? I would love to use this in my project
Thanks!
Thanks, will try it out.
I tried installing it with the command, without uninstalling my latest prisma version. It resulted in the error below: 
Worked by adding --no-use-pep517 to the pip command.
Is there any docs commenting on how to use transactions? Or it is the same syntax as TS?
Thanks! I am facing an issue here, can you thing about it? I use output in the schema file and outputs to './client'. WIth version 0.2.2, my module is being...
It outputs to: Generated Prisma Client Python to ./prisma/client in 961ms Sorry, trying to figure out here how to do it
Yep, worked out this way! Thanks Tried using tx and it gave me the following error: 'Client' object has no attribute 'tx' I am using it this way: 
Worked Great!