README
gun-lmdb
LocalForage adapter for gunDB
Installation
npm install @notabug/gun-localforage
Usage
require("@notabug/gun-lmdb").attachToGun(Gun);
LocalForage adapter for gun and gun-receiver
<script type="module">
import notabugGunLocalforage from 'https://cdn.skypack.dev/@notabug/gun-localforage';
</script>
LocalForage adapter for gunDB
npm install @notabug/gun-localforage
require("@notabug/gun-lmdb").attachToGun(Gun);