Relq ORM
JSON →Relq is a type-safe TypeScript ORM supporting 14 SQL dialects including PostgreSQL, MySQL, MariaDB, Supabase, Neon, PlanetScale, and CockroachDB. Current stable version is 1.0.127, with active development and release cadence of ~weekly patches. Key differentiator: fully inferred types without code generation — schema defined in TypeScript yields compile-time column names, join shapes, and return types. Requires Node.js >=22.0.0 and a database driver like pg or mysql2. Works across Node.js, Bun, Deno, and edge runtimes with zero runtime dependencies beyond the driver. Companion packages @relq/kit (migrations, CLI) and @relq/zod (Zod validators) are available separately.
Resources
packagerelq ↗