UNPKG

cogsbox-shape

Version:

A TypeScript library for creating type-safe database schemas with Zod validation, SQL type definitions, and automatic client/server transformations. Unifies client, server, and database types through a single schema definition, with built-in support for r

4 lines (3 loc) 149 B
export { connect } from "./connect.js"; export { RecordNotFoundError, ValidationError } from "./errors.js"; export { TableDB } from "./table-db.js";