wasp/waspc/data/Generator/templates/db/schema.prisma

17 lines
348 B
Plaintext

{{={= =}=}}
datasource db {
provider = "{= datasourceProvider =}"
url = {=& datasourceUrl =}
}
generator client {
provider = "prisma-client-js"
{=! TODO(matija): this shouldn't be hardcoded, generator should provide this path. =}
output = "../server/node_modules/.prisma/client"
}
{=# modelSchemas =}
{=& . =}
{=/ modelSchemas =}