@datazod/zod-sql
Version:
Convert Zod schemas to SQL table definitions with support for SQLite, PostgreSQL, and MySQL
4 lines • 339 B
TypeScript
export type { TableOptions, TableWithMigrationOptions, TableStructure } from './table';
export type { TableTypes, TimeStampsSchema, AutoIdSchema, AutoIdSchemaWithTimestamps } from './schema';
export type { SQLDialect, ColumnPosition, AutoIdConfig, ExtraColumn, ColumnDefinition } from '@datazod/shared';
//# sourceMappingURL=index.d.ts.map