kysely-orm
JSON →A lightweight, type-safe ORM wrapper around the Kysely query builder, providing a model-based layer with automatic transaction management via Node.js AsyncLocalStorage. v0.9.7 (released 2023) works only with Kysely ~0.24.0 and Node >=16.2.0. Key differentiators: no separate transaction object needed, per-model operations (insert, findOne), and built-in afterCommit hooks. Replaces manual Kysely usage with a simpler, Rails-like active record pattern while preserving full type safety through TypeScript generics.
Resources
packagekysely-orm ↗