You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
We could improve the readability / experience reading through the library source code if there were module level docstrings.
Suggested solution
All python modules should include a docstring explaining what the purpose of the module is:
"""prisma.client~~~~~~~~~~~~~Main interface for the Client API - handles connecting, disconnectingand querying the underlying Prisma Engine.:auto-generated:"""
For contributors
This is a fairly simple change but it may not be exactly clear what each module does - if you need any help feel free to ask a question on the discord.
Problem
We could improve the readability / experience reading through the library source code if there were module level docstrings.
Suggested solution
All python modules should include a docstring explaining what the purpose of the module is:
For contributors
This is a fairly simple change but it may not be exactly clear what each module does - if you need any help feel free to ask a question on the discord.
If you update auto-generated modules make sure you update the snapshots!