Warp Contracts SQLite Cache

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

An SQLite-based contract state cache for the Warp SDK (arweave smart contracts). Version 1.0.2 uses `better-sqlite3` for synchronous, fast I/O — differentiator vs the default LMDB cache or LevelDB alternatives. Released sporadically, peer dep on `warp-contracts` ^1.4.7. Ships TypeScript definitions. Common footgun: forgetting to call `close()` or assuming async initialization.