Articles for the SQL tag
-
Kysely: SQL With Types That Actually Have Your Back
If you love SQL but hate hand-maintaining result types, Kysely sits in exactly the right spot: SQL-shaped queries with end-to-end type inference and no ORM magic.
-
Taming Messy SQL with sql-formatter
Every codebase eventually accumulates SQL that looks like a ransom note. Here is the tiny, dependable library that makes it readable again.
-
sql.js: The Entire SQLite Engine Running in Your Browser Tab
What if you could run a full relational database in your browser without a server, a network connection, or a single native binary? sql.js takes the legendary SQLite engine, compiles it to WebAssembly, and hands you the entire SQL dialect right in JavaScript. Fourteen years of battle-tested reliability, zero dependencies.