LittleDB
LittleDB copied to clipboard
Little Sql like Database for ESP32 boards
esp32_arduino_sqlite3_lib is using SD library to create and read database on SD card but its speed is low. If you implement SdFat using ESP32 (Clock at 10-15 Mhz) it would...
I have been testing your library and it is working fine. I have a project that uses your library with my other favorite libraries to bring nice graphs on web...
## Summary - correct `seprates` -> `separates` in `LittleDB.cpp` ## Testing - `pio --version` *(fails: command not found)* ------ https://chatgpt.com/codex/tasks/task_e_6840980e04ec8324a9eff8fc1c3683c0
## Summary - ensure `updateRowWithID` closes files on early return ## Testing - `make test` *(fails: Nothing to be done)* ------ https://chatgpt.com/codex/tasks/task_e_6840980568648324a9312ec080ead4c4
## Summary - fix typos in README ## Testing - `platformio test` *(fails: command not found)* ------ https://chatgpt.com/codex/tasks/task_e_684097e236d08324b85d9da5bbfcf86f
## Summary - fix stack buffer allocation for value comparison - allocate extra space for ID strings to hold null terminator ## Testing - `pio test` *(fails: `pio: command not...