Storage API for cryptpad implemented using leveldb
Supported.
cryptpad-level-store was written as an easier alternative to the previous datastore used by cryptpad (cryptpad-mongo-store).
Leveldb automatically creates your database if no database currently exists at the provided path.
npm install cryptpad-level-store;
{
storage: 'cryptpad-level-store',
levelPath: './datastore.db',
}
AGPL-3.0