Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Storage API for cryptpad implemented using leveldb

License

Notifications You must be signed in to change notification settings

xwiki-labs/cryptpad-level-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptpad-level-store

Storage API for cryptpad implemented using leveldb

Status

Supported.

Why?

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.

Install

npm install cryptpad-level-store;

Configure

{
    storage: 'cryptpad-level-store',
    levelPath: './datastore.db',
}

License

AGPL-3.0

About

Storage API for cryptpad implemented using leveldb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published