SEDK-mysql

JSON →
library 0.1.0 ·javascript
verified Jun 5, 2026

Simple SQL builder and validator for MySQL dialect (v0.1.0). Written in TypeScript, it provides a fluent API to construct SELECT, INSERT, UPDATE, DELETE queries with parameterized bindings. The library enforces a database schema defined at compile time, preventing runtime schema mismatches. Key features include schema-driven column references, binding parameters via eq$() family of methods, support for JOINs (inner, left, right), and no magic strings. Current version is 0.1.0 with an initial release. Release cadence is not yet established; development is ongoing on GitHub under the sedk monorepo.