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.
connect()which provides theCkydbcontroller context managerckydb.set()which sets a key-value pair in the ckydbckydb.get()which gets a value for a given key in the ckydbckydb.delete()which deletes a given key-value pair from ckydb. This makes the keys unindexable but they still exist in the databaseckydb.clear()resets the database, deleting all keys- A background task to vacuum the database at user-defined interval. Vacuuming removes all key-value pairs that are no longer unindexable due to being deleted