SQL-Bricks-SQLite (v1.0.0) extends the core sql-bricks library with SQLite-specific SQL generation functions such as LIMIT, OFFSET, OR REPLACE, OR ABORT, and other SQLite dialect features. It provides a transparent, schemaless builder for SELECT, INSERT, UPDATE, and DELETE statements targetting SQLite. The package has no dependencies other than sql-bricks itself. It is released as a stable package but is in maintenance mode with infrequent updates. Key differentiator: seamless integration with sql-bricks for developers already using that library.
npm install sql-bricks-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic SELECT with SQLite LIMIT and OFFSET using the sql-bricks-sqlite builder.
npm install sql-bricks@^2.0.0
Consider using a more actively maintained alternative like knex.
Use the UMD bundle and reference the global, or use a bundler with CommonJS/ESM.
Always use parameterized objects or `sql()` template literals if available.
Run npm install sql-bricks
Use the UMD bundle and access `SQLiteBricks` global, or use a module bundler.