In-Memory Store
Simple in-memory store for testing and development. Data is lost when the process exits.
Useful for:
- Unit tests
- Quick prototyping
- Node.js/Bun environments without IndexedDB
Simple in-memory store for testing and development. Data is lost when the process exits.
Useful for: