mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
docs: Better description of the kv storage.
This commit is contained in:
@@ -23,7 +23,8 @@ const valueEncoding = 'json'
|
||||
* Defines a KeyValueIndexed database.
|
||||
* @param {Object} options Various options for configuring the KeyValueIndexed
|
||||
* store.
|
||||
* @param {module:Storage} [storage=LevelStorage] A compatible storage.
|
||||
* @param {module:Storage} [storage=LevelStorage] A compatible storage where
|
||||
* the key/value pairs are indexed.
|
||||
* @return {module:Databases.Databases-KeyValueIndexed} A KeyValueIndexed
|
||||
* function.
|
||||
* @memberof module:Databases
|
||||
|
||||
Reference in New Issue
Block a user