Implementing SdFat and Sd Card for ESP32
Opened this issue · 2 comments
williamesp2015 commented
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 have advantage over Sqlite3.
pouriamoosavi commented
Can you please explain a little more? I don't understand exactly what do you need and what can I do.
I know that I used LittleFS library to work with filesystem and didn't write the driver myself. Maybe you should search in that library?
williamesp2015 commented
Its a simple driver using LittleFS for filesystem but you can use the same lib for read/write DB on a SD card using SdFat to have advantage over Sqlite3.