Skip to content

v2.3.0 — BinaryStoreAdapter

Choose a tag to compare

@imattau imattau released this 20 Jul 09:52

Replaced IndexedDBAdapter with BinaryStoreAdapter: MessagePack + WAL binary persistence. Fast writes via append-only WAL, fast reads from in-memory cache, and automatic compaction. Works in Node.js (fs) and browsers (OPFS).