Releases: markwylde/doubledb
Releases · markwylde/doubledb
v3.0.0
What's Changed
- Optimise query to use indexes by @markwylde in #11
New Contributors
- @markwylde made their first contribution in #11
Full Changelog: v2.3.0...v3.0.0
v2.3.0
v2.2.0 - gt, lt, gte, lte
Implemented options on .find
and .filter
v2.1.1 - Minor indexing bug
- Replacing the
.
with|
in indexes
v2.1.0 - Improve performance
- Improve performance:
Previously I was not using the indexed value (only the indexed key) for the lookup. This was taking 50ms for a single lookup on a 100k recordset. Now it takes 2ms.
v2.0.0 - Find and Filter
- Implemented find and filter commands