Open MarkusvonStaden opened 3 years ago
I've got 2 possible options: 1. As far as I know from my research, there is only one Database for ESP. (SQLite3): https://github.com/siara-cc/esp32_arduino_sqlite3_lib?fbclid=IwAR2uI_CitgYoRqOpNDDajTi929666n-205uo9rR6Fl6PBt5PnFrAYWYwm28 2. Another option would be a JSON file, that is being edited to stay up to date. Using the ArduinoJSON Libary that should be fairly easy to do.
Decide what database to use. If possible directly hosted on the ESP