SQB

JSON →
library 3.9.2 ·javascript
verified Jun 5, 2026

SQB is an extensible, multi-dialect SQL query builder and database connection framework for Node.js, version 3.9.2. It provides a unified API for building SQL queries across different database dialects (PostgreSQL, MySQL, SQLite, Oracle, MSSQL) with a focus on performance and low memory usage. Unlike knex.js, SQB emphasizes a more modular and extensible architecture, allowing custom dialects and query transformations. The library has had a moderate release cadence, with updates primarily for bug fixes and minor features. Key differentiators include support for latest JavaScript standards, lightweight footprint, and a powerful query coding scheme.