satodai

Results 7 comments of satodai

I'm very interested in this issue. I'll send you a PR as soon as I find some free time.

I don't think there is any official support for this. I have worked around this in the following way. However, this is definitely not the best solution to this problem....

thank you to @awtkns ! I didn't know there was such a parameter. There are cases where ORJon is used as a whole, but I can't think of a use...

I also encountered the same event. The factory I defined is the one that contains the RelatedFactory in the Trait. as follows: ```python import factory class UserFactory(factory.Factory): class Meta: model...

@rmk135 Thank you! However, is it necessary to define the following PostgresUserRepository even in the example presented? ```python class PostgresUserRepository( UserRepository ): def __init__( self, postgres_insert_repository: PostgresInsertRepository, postgres_update_repository: PostgresUpdateRepository ):...

+1 I crave this feature too. I want to run `prisma-dbml-generator`, but I can't do it with this client.

Sorry, I didn't give you enough information. I currently have the following schema.prisma file ```prisma generator client { provider = "prisma-client-js" previewFeatures = ["postgresqlExtensions"] } generator dbml { provider =...