/** * Core script: db-schema * * Inspects a SQLite or Postgres database and prints all tables, columns, types, * constraints, and foreign keys. Gives the agent full visibility * into the app's data model. * * Usage: * pnpm action db-schema [--db path] [--format json] */ export default function dbSchema(args: string[]): Promise; //# sourceMappingURL=schema.d.ts.map