Changelog
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.
Unreleased
0.1.3 - 2021-07-01
Changed
- Add
info/1
, which deprecateddescribe_table/1
- Add
open/1
andclose/1
, which deprecatescreate_table/1
anddelete_table/1
0.1.2 - 2021-06-30
Changed
- Always warnings as errors
- Let it crash when table not exist following Chris Keathley's advice
Added
- deleteall and delete_by*
- increment and decrement
- all, keys and values
0.1.1 - 2021-06-30
Changed
- Rename
DubDB
toDBKV
0.1.0 - 2021-06-29
Initial release