RedRoss
RedRoss
Explore posts from servers
PPrisma
Created by RedRoss on 11/11/2024 in #help-and-questions
How generete enum type from hasura?
@RaphaelEtim Reading the documentation does not seem to me that I can create types from the records of the table, or am I wrong?
10 replies
PPrisma
Created by RedRoss on 11/11/2024 in #help-and-questions
How generete enum type from hasura?
10 replies
PPrisma
Created by RedRoss on 11/11/2024 in #help-and-questions
How generete enum type from hasura?
I’m using hasura that handles the db in postges and hasura does not create a native type of postgres but creates a table with value and description and then is counterpointed as enum, so consequently prisma does not intercept it https://www.youtube.com/watch?v=PljuJGLLUeM
10 replies
PPrisma
Created by RedRoss on 10/23/2024 in #help-and-questions
how can I implement an abstract class to apply the repository pattern?
yes I have read this issue but I am still having problems
5 replies