Zenbase
Zenbase copied to clipboard
Skynet adapter for gundb
Hello Fluffy9, I noticed that you still use the **3.0.2** version of "skynet-js" in the "package.json", but the version **4.0-beta** of "skynet-js" in the readme.md! On the one hand, this...
changelog: - corrections in "store.put" on "setJSON" ! important ! - better readable logs - update packet.json skynet-js 4.1.0 and gun 0.2020.1236 - readme.md update link "skynet-js 4.1" # PULL...
Hello Fluffy9, Yesterday I installed "SkynetLabs/gundb-relay(branch "skynet-nodejs")" on my dev server and fixed errors while doing so I have now created a super working new version of "zenbase-2.1.8_2-beta-plus" that works...
Hello Fluffy9, I looked at your changes! The line: if (!data['data']['!']) {cb(null, JSON.stringify(data['data']) || undefined)} else { cb(null, undefined)} }) you just have to change it like this: cb(null, JSON.parse(data['data'])...
Hi! I see you updating the code recently. It's very interesting to try zenbase again (i've experimented with it about a year ago and it was too slow to use...