Hi Everyone I have a question about schema.prisma ...
# orm-help
a
Hi Everyone I have a question about schema.prisma file that been generated. I do not want to store env("DATABASE_URL") connection user name and password in repository for safety but instead I bring them from AWS System store parameter. more safe. is there a way I can transform the schema.prisma into a function so I can make a call to grab all of these secret values to make a connection ?