File size: 302 Bytes
1067b6f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"$schema": "https://drizzle.team/drizzle.config.json",
"schema": "./db/schema.ts",
"out": "./migrations-folder",
"breakpoints": true,
"dialect": "mysql",
"dbCredentials": {
"host": "db",
"port": 3306,
"user": "root",
"password": "root",
"database": "onestopshop"
}
} |