paperclip/packages/db/src/index.ts

14 lines
320 B
TypeScript
Raw Normal View History

export {
createDb,
ensurePostgresDatabase,
inspectMigrations,
applyPendingMigrations,
reconcilePendingMigrationHistory,
type MigrationState,
type MigrationHistoryReconcileResult,
migratePostgresIfEmpty,
type MigrationBootstrapResult,
type Db,
} from "./client.js";
export * from "./schema/index.js";