keyvalify
JSON →A lightweight key-value store built on top of MongoDB, providing a simple get/set/getMany API with optional custom serialization. Version 0.1.0 is in early development with no stable release cadence. Differentiates from other KV stores by leveraging MongoDB's flexibility and your own database connection, with TypeScript generics for type safety. Currently supports only asynchronous operations and a single collection per instance.
Resources
packagekeyvalify ↗