Persistent datastore #2610
Replies: 2 comments
-
You can use datastore-level to use level as a persistent datastore. You can pass an instance of it as the This would be really useful to add to the react-native demo - could you post a link to some code when you get it running or open a PR adding it to the demo repo? |
Beta Was this translation helpful? Give feedback.
-
leveldb depends on indexdb but indexdb not available in react native. checkout https://github.com/cyberfly-io/cyberfly-orbitdb-react-native/blob/main/src/blockstore-level.ts |
Beta Was this translation helpful? Give feedback.
-
How to use level-db via react native (android and iOS) to libp2p for persistent datastore? Is there a third-party module?
Beta Was this translation helpful? Give feedback.
All reactions