I am working on a project and I need a lightweight local DB to store some not very important data, like OTP and so.
I’ve read that SQLite is a pain so can you recommend something extremely simple and stupid to use, I only need to run 2 command
- save this json like value with this ID, the value is something like
{"key1":"value1","key2":"value2"}
- get this json like value with this ID