1
0
mirror of synced 2024-11-13 18:00:48 +01:00
Bayshore/prisma/schema.prisma
2022-07-11 08:22:41 +01:00

12 lines
228 B
Plaintext

// 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 = "sqlite"
url = "file:./bayshore.db"
}