P2P DB in Javascript using CRDT:
Name |
GunDB | graph | CRDT-type
Orbit | feeds or key value stores |
Gun is a graph database. I don't think Orbit uses a graph system, but instead uses feeds or KV stores. So that's a another difference. But Gun can use IPFS as a storage adapter if you wanted.
Even if it is stored/replicated somewhere else, software should always have a means of syncing that data locally - in a standard format (files, sqlite, ipfs node)