Alexey Murz Korepov
03/31/2022, 10:10 AMschema.prisma file from several ENV variables? Something like this:
datasource db {
provider = "postgresql"
url = "postgresql://$DB_USERNAME:$DB_PASSWORD@localhost:5432/$DB_NAME"
}Alexey Murz Korepov
03/31/2022, 10:11 AMNurul
03/31/2022, 10:24 AM