WebArena-ShopSmart / drizzle.config.json
Jack
Initial release
1067b6f
{
"$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"
}
}