Muhammad Umar Anzar
Muhammad Umar Anzar
# prisma/schema.prisma ``` generator client { provider = "prisma-client-py" interface = "asyncio" recursive_type_depth = "5" partial_type_generator = "prisma/partial_types.py" } model User { id Int @id @default(autoincrement()) name String @db.VarChar(30) age...
> @Ravencentric, > I haven't seen an abundance of demand for this feature. If there's significant community interest, we could reconsider making this a flag on a field, but for...
Thank you for all the hard work and dedication you've put into Prisma Client Python. Your contributions have been incredibly valuable, and your project has helped me (and many others)...