UNPKG

@datazod/zod-sql

Version:

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

3 lines (2 loc) 111 B
export { createTable, createTableWithMigration } from './table'; export { createTableDDL } from './table-ddl';