@datazod/zod-sql
Version:
Convert Zod schemas to SQL table definitions with support for SQLite, PostgreSQL, and MySQL
5 lines • 481 B
TypeScript
export { autoIdSchema, autoIdSchemaWithTimestamps, createFlattenedSchemaJson, extractTableStructure, timeStampsSchema } from './schema';
export { createTable, createTableWithMigration, createTableDDL } from './tables';
export { migrateTableSchema, getTableColumns } from './migration';
export type { AutoIdSchema, AutoIdSchemaWithTimestamps, TableOptions, TableWithMigrationOptions, TableStructure, TableTypes, TimeStampsSchema } from './types';
//# sourceMappingURL=index.d.ts.map