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

2 lines (1 loc) 165 B
export { createD1Db, D1Dialect, executeD1Batch, type D1BatchQuery, type D1Database, type D1Kysely, type D1PreparedStatement, type D1Result, } from "./d1-driver.js";