TyrDB v3.1.0
Notables Changes:
3.1.0
- fix: find issue on patterns such as {a: 'string', b: undefined, c: null} (via SBTree update)
- feat: added collection.count()
- feat: added collection.findOne()
- feat: added collection.delete() as alias for collection.remove()
- feat: provide .once() event to TyrDB
- fix: adapter inconsistencies
Special thanks to @vedmalex (Alex Vedmedenko) for the adapter inconsistencies fix (and sorry for the... long delay)