UNPKG

@datazod/zod-sql

Version:

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

6 lines 217 B
import type { ZodTypeAny } from 'zod'; /** * Maps a Zod type to its corresponding SQL data type for SQLite */ export declare const mapZodToSQLite: (zodType: ZodTypeAny) => string; //# sourceMappingURL=index.d.ts.map