Overview of PickleDB
masterPickleDB is a fast, easy-to-use, in-memory Python key-value store. Key features include:
- High Performance: Built with the
orjsonmodule for extremely high performance. - Async Support: Provides first-class asynchronous support.
- Persistence: Stores data in JSON format.
- License: BSD three-clause license.