All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- data can now be updated using a updater function.
- README added
Permission Required
section to clearly state which flags are needed to be applied.
- hello_world example to use the new functions.
- README example to use the new functions.
- README
Usage
section changed toGetting Started
section, to illustrate the whole idea step by step. - collection function "find" refactor to "findMany".
- CHANGELOG to log the changes between versions like other standardied open source projects.
- README add badges.
- fsmanager to manage database file system.
- dataset to manage the operations on retrieved data from database.
- sort_and_select example to demonstrate dataset operation.
- test cases
- documentations
- now we can use filter functions to select data from database