Changelog
Source:NEWS.md
rlowdb 0.2.0
CRAN release: 2025-04-16
Adding the
verbose
parameter which when set toTRUE
will print informative information to the console.Adding the
auto_commit
parameter which when set toFALSE
, the user will have to use thecommit
method in order to reflect the data changes into theJSON
file.Adding new methods:
count_values
list_keys
rename_collection
set_auto_commit
set_verbose
status