OrbitDB Storage Adapter
A wrapper for abstract-leveldown compliant stores, used by OrbitDB
This is a tool that manages a persistent connection to an abstract-leveldown
compliant store. The implementation tests indicate include examples for the following stores
- [
leveldown
][leveldown] - [
memdown
][memdown] - [
level-js
][level-js] - [
jsondown
][jsondown] - [
mongodown
][mongodown] - [
sqldown
][sqldown] - [
fruitdown
][fruitdown] - [
localstorage-down
][localstorage-down] - [
redisdown
][redisdown] - [
localdown
][localdown]
Any other abstract-leveldown compliant store should work, and their integration
OrbitDB uses it primarily with levelup (in node.js) and level-js (in the browser) and inside the orbit-db-keystore and orbit-db-cache packages.