Postgres schema via Drizzle ORM for agents, goals, issues, projects, and activity log tables. Includes migration runner, seed script, and Drizzle config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
84 B
TypeScript
3 lines
84 B
TypeScript
export { createDb, type Db } from "./client.js";
|
|
export * from "./schema/index.js";
|