Manage SQLite databases in ESP32 using the Sqlite3Esp32 library with a C++ API wrapper.
This is a fork of the SQLiteDatabaseManager library with a few improvements:
- Uses ArduinoJson instead of Arduino_JSON
- Provides enhanced support for additional data types
- Offers a more intuitive interface for database operations