surqlize
JSON →A type-safe TypeScript ORM for SurrealDB, currently in development at version 0.1.0. It provides a fluent query builder with full type inference via a t.* schema builder, supporting CRUD operations, graph relationships, and SurrealDB functions. Unlike other SurrealDB libraries, it eliminates code generation by inferring types directly from schema definitions. Requires surrealdb.js v2.0.0-alpha.18 and TypeScript 5+. Release cadence is early-stage alpha with frequent breaking changes.