1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-12-04 20:08:00 +01:00
Bayshore_6r_legacy/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"
}