RapidForge binary can be used as simple key-value store. Main use case is to store temporary information that can be used in scripts. ./rapidForge --help will show you how to use it. Under the hood it uses sqlite3 database with a table called KV.

Please check out Youtube video for more information.