Kysely is a TypeScript SQL query builder that provides strong type safety without the complexity of a full ORM. It catches common database bugs like mistyped column names and incorrect return types at compile time through TypeScript inference. The library offers a thin abstraction over SQL with readable chaining syntax,

4m read time From spin.atomicobject.com
Post cover image
Table of contents
Type Safety that Pays Off ImmediatelyA Thin, Readable Layer Over SQLPractical Tooling: Migrations and Type GenerationA quick comparison note
4 Comments

Sort: