Robert Craigie

Results 208 comments of Robert Craigie

This is very sad news, the Go Client was instrumental in the creation of my [Python Client](https://github.com/RobertCraigie/prisma-client-py), it probably wouldn't even exist without the Go Client. I'd like to say...

~What is the idea for the databases part? Is there going to be a guide for just one database driver / ORM or should there be guides for multiple different...

Thank you so much @BasitAli! That is a very nice solution :)

@caelx Unfortunately not. I will be working on this soon though as it is by far the most requested feature so far.

@lekhnath Yes the solution mentioned in the "Type checker agnostic" section has been implemented, see these docs for more information: https://prisma-client-py.readthedocs.io/en/stable/reference/selecting-fields/

Hey @HOZHENWAI! Thanks for the suggestion, this definitely needs good documentation. In the meantime you can take a look at the `conftest.py` that we use internally: https://github.com/RobertCraigie/prisma-client-py/blob/main/lib/testing/shared_conftest/_shared_conftest.py This shows how...

> it seems to me that the cleanup is done is the cleanup_client async function, what I don't understand is the process as batch_ "groups write queries into a single...

Yes you could use a custom generator to generate models that inherit from the default. But it should be noted that you'd have to update your code to use that...

@jacobdr Yeah I want to keep this open for now. Not mentioned in the issue description is that we need to investigate what errors are actually exposed upstream to see...

Amazing! Let me know if you have any questions!