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 SQL

License

Notifications You must be signed in to change notification settings

xwiki-labs/cryptpad-sql-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

cryptpad-sql-store

Storage API for cryptpad implemented using knex.js to expose a variety of sql datastores.

Status

Experimental.

Why?

To provide a Cryptpad data store which fits in well with a sysadmin's existing database tooling.

Install

Installation requirements for this module depend on which back end you would like to use.

See the knex documentation for more details.

cd /path/to/cryptpad;
npm install cryptpad-sql-store;

Configure

{
    storage: 'cryptpad-sql-store',
    sqlDialect: 'sqlite3',
    dbConnection: {
        filename: './mydb.db',
    },
}

License

Available under the AGPLv3.0.

About

Storage API for cryptpad implemented using SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published