metaforecast/prisma/schema.prisma

12 lines
245 B
Plaintext
Raw Normal View History

2022-03-27 22:22:28 +00:00
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("DIGITALOCEAN_POSTGRES")
}