We just released v0.1.0 of AvionDB (Previously IpfsDB)
AvionDB aims to bring MongoDB-like developer interface to Web 3.0.
It’s an extension of OrbitDB.
With the first release, we have support for a ton of MongoDB-like methods (findById
, findOne
, updateMany
, and a ton more) & operators ($lt
, $gt
,$and
,$or
, etc).
Right now we support NodeJS & Browser JS. We’ll be coming with the support for Typescript (within this week), python & Go in the coming weeks.
Feel free to check out the module & let us know any comments, suggestions, concerns!