UNPKG

@datazod/zod-sql

Version:

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

4 lines 259 B
export { createFlattenedSchemaJson } from './json-generator'; export { extractTableStructure } from './structure-extractor'; export { timeStampsSchema, autoIdSchema, autoIdSchemaWithTimestamps } from './predefined-schemas'; //# sourceMappingURL=index.d.ts.map