siara-cc / esp32_arduino_sqlite3_lib

Sqlite3 Arduino library for ESP32
Apache License 2.0
350 stars 66 forks source link

Can not insert more than 1000 row in a table!!! #82

Open aliasqardarestani opened 6 months ago

aliasqardarestani commented 6 months ago

hello sorry about my bad English lang...

I am using esp32s3 micro and use sqlite3 esp32 library for database. I can not insert more than 1000 row (it depends on rows) almost 12.5KB file. The error is --> "SQL error: disk I/O error" How can i fix this problem?