1
0
mirror of synced 2024-11-14 10:17:37 +01:00
Bayshore/prisma/schema.prisma

12 lines
228 B
Plaintext
Raw Normal View History

2022-07-11 09:22:41 +02: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 = "sqlite"
url = "file:./bayshore.db"
}