{
  "schema": "./src/db/schema.ts",
  "out": "./drizzle",
  "dialect": "postgresql",
  "dbCredentials": {
    "url": "postgres://postgres:root@localhost:5432/scene_scheduler"
  }
}