bare-sqlite

JSON →
library 0.1.4 ·javascript
verified Jun 7, 2026

SQLite bindings for the Bare runtime environment (v0.1.4). Provides synchronous database operations using a compiled C addon for performance and low memory footprint. Supports prepared statements, tagged template literal queries with LRU caching, extension loading (with security switches), foreign key constraints, and both WAL/delete journal modes. Unlike sql.js (WebAssembly) or better-sqlite3 (Node.js), bare-sqlite is designed specifically for Bare and ships with TypeScript declarations. Release cadence is irregular; breaking changes may occur before v1.0.