SQLBraid - Write SQL directly in TypeScript without a query-builder DSL
Show HN: SQLBraid – Write SQL directly in TypeScript without a query-builder DSL
SQLBraid is a SQL-first data-access toolkit for TypeScript that lets you write ordinary SQL while keeping TypeScript's type safety. It skips the query-builder translation layer, offering safe value binds, readable dynamic SQL, explicit result contracts, and Standard Schema result mapping. With support for PostgreSQL, MySQL, MariaDB, SQLite, Oracle, and SQL Server, it works across Node.js, Bun, Deno, and browsers. Install via pnpm add sqlbraid and start writing SQL that feels natural and stays maintainable.
Write SQL. Keep TypeScript. Skip the query-builder translation layer.