RapidForge binary can be used as simple key value store. That will help you to store and retrieve information in your scripts easily. ./rapidForge --help will show you how to use it. Under the hood it uses sqlite3 database with a table called KV. Ofcourse you can always use other storage options like postgresql, duckdb or badger

Please check out Youtube video for more information.