Skip to content

Commit 9d38a8e

Browse files
author
Benjamin Forster
committed
update readme
1 parent e71a681 commit 9d38a8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ db.put(triple, function (err) {
3939

4040
Returns an instance of hyper-graph-db. Arguments are passed directly to hyperdb, look at its constructor [API](https://github.com/mafintosh/hyperdb#var-db--hyperdbstorage-key-options) for configuration options.
4141

42+
Storage argument can be a Hyperdb instance, a filepath, or a storage object. For an example of storage type objects look at [dat-storage](https://github.com/datproject/dat-storage).
43+
4244
Extra Options:
4345
```js
4446
{

0 commit comments

Comments
 (0)