sqlite-zod-orm
JSON →Type-safe SQLite ORM for Bun runtime, current stable version 3.27.0. Released frequently (multiple updates per month). Uses Zod schemas to define models, provides a fluent query builder with automatic join inference and relationship handling. Differentiators: tightly integrated with Bun's native SQLite, eliminates raw SQL entirely, auto-generates typed relationships from Zod schemas, and supports migrations. Compared to Drizzle ORM (SQL-first) or Prisma (separate schema), it uses Zod for both validation and schema definition, reducing boilerplate.
Resources
packagesqlite-zod-orm ↗