Drizzle.Config
Path:
_archive/loom-stale-pre-sprint-snapshot/drizzle.config.tsRelative: loom-stale-pre-sprint-snapshot/drizzle.config.tsSubproject: _archiveCategory: archivedLines: 16Bytes: 550Imports: 1Exports: 1
Content Preview
- import type { Config } from "drizzle-kit";
- /**
- * Drizzle is the typed query layer over D1 (src/db/schema.ts).
- * Migrations are HAND-AUTHORED SQL in ./migrations (drizzle-kit cannot emit
- * FTS5 virtual tables or triggers) and applied with:
- * bun run db:migrate:local (wrangler d1 migrations apply loom-db --local)
- * bun run db:migrate:remote
- * This config exists so `drizzle-kit check`/studio tooling can read the schema.
- */
- export default {
- schema: "./src/db/schema.ts",
- out: "./mig