I would like to know how to store variables in a SQLite database instead of a CSV file. Can you explain how to save Botchief table variables to a new SQL and how to get the values?
I currently save them to a CSV. I run multiple programs who communicate by reading / writing on the CSV file. This creates errors quickly when the both try to write or read at the same time. This is why I want a quick guide to Save and Edit a SQLite database with botchief.
Can you show me how to setup SQLite to use with Botchief? I want to constantly be updating and receiving information on a table with 7 columns and 1 row.