{"library":"sqlite-tag-spawned","type":"library","category":null,"description":"A lightweight SQLite library that provides tagged template literal queries (same API as sqlite-tag) but without the native sqlite3 module dependency, using spawned sqlite3 process with -json output. Current stable version is v0.7.1, with irregular releases. Key differentiators: works in environments where native modules cannot compile (e.g., restricted CI, serverless), requires only the sqlite3 CLI (v3.33+), and supports transactions, IN clauses via arrays, and :memory: databases (Node 16+). Performance is similar to native sqlite3 but each query is a spawn call except transactions.","language":"javascript","status":"active","version":"0.7.1","tags":["javascript","sqlite","sqlite3","spawn","lightweight"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-tag-spawned","imports":["import SQLiteTagSpawned from 'sqlite-tag-spawned'","const { query } = SQLiteTagSpawned('./db.sql')","const populate = transaction(); await populate.commit();","import type { SQLiteTagSpawnedOptions } from 'sqlite-tag-spawned'"]},{"cmd":"yarn add sqlite-tag-spawned","imports":[]},{"cmd":"pnpm add sqlite-tag-spawned","imports":[]}],"homepage":"https://github.com/WebReflection/sqlite-tag-spawned#readme","github":"https://github.com/WebReflection/sqlite-tag-spawned","docs":null,"changelog":null,"pypi":null,"npm":"sqlite-tag-spawned","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}