Aviondb Versions Save

A decentralised database with MongoDB-like developer interface (Fully Compatible with OrbitDB)

v0.2.1

3 years ago

v0.2.1

Bug Fixes

  • Fixed #14, which resolves the OpenError: IO error: lock orbitdb/Qm.../keystore/LOCK: already held by process error.

Features

v0.1.1

4 years ago

v0.1.1

  • Minor fixes in update operators.
  • Update README.md
  • Update API.md

v0.2.0

4 years ago

v0.2.0

Bug Fixes

  • Fixed #9. We are now able to list the collections using db.listCollections().
  • Fixed #11.
    • Empty query operators find({}) return all the documents in the collection.
    • If none of the documents match the query criteria, then findOne returns null.
    • If none of the documents match the query criteria, then find returns [].

Breaking Changes

Features

v0.1.0

4 years ago

View release tracker here