You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Nested key-value database type for OrbitDB.
9
9
$ pnpm add @orbitdb/nested-db
10
10
```
11
11
## Introduction
12
-
As `Nested` database is like a [`Feed`](https://github.com/reseau-constellation/nested), but each value can only be present once. Works for primitive types as well as more complex objects.
12
+
As `Nested` database is like a [`KeyValue`](https://github.com/orbitdb/orbitdb/blob/main/src/databases/keyvalue.js) database, but it can contain nested values that can be accessed as JSON.
0 commit comments