@plaindb/orm
A simple, yet extensible Object-Relational Mapping (ORM) library that allows you to interact with any key-value databse like LevelDB or Redis.
@plaindb/storage
A storage interface and base class for building custom database storage adapters.
@plaindb/memorydb
An in-memory database that's designed for high-performance data storage and retrieval.
@plaindb/cache
A simple and extensible caching library built on top of a plain database.