UNPKG

@datazod/zod-sql

Version:

Convert Zod schemas to SQL table definitions with support for SQLite, PostgreSQL, and MySQL

4 lines (3 loc) 286 B
export { autoIdSchema, autoIdSchemaWithTimestamps, createFlattenedSchemaJson, extractTableStructure, timeStampsSchema } from './schema'; export { createTable, createTableWithMigration, createTableDDL } from './tables'; export { migrateTableSchema, getTableColumns } from './migration';