esp_arduino_sqlite3_lib
esp_arduino_sqlite3_lib copied to clipboard
Sqlite3 library for ESP8266 Arduino core
Hi, I am using your library in ESP8266 12 E board. As you suggested, I have changed the stacksize to 6144, Page size of db is 512. It worked fine...
I have used your library and able to compile successfully in Sketch. On uploading to NODE MCU, only the sample with flash memory works. But for the SD card option,...
Dear All, Im nubies here, please some advice, is there have a way or tutorial to modified sqlite3 to run on stm32f411 blackpill? is there have a way to make...
Using SDFat 1.0.7 this is the error: **SQL error: database disk image is malformed**
Hi, sqlite works now with my esp8266 NodeMCU thanx to your library. But the following code results in a "out of memory" message after approx. 65 dataset inserts: ``` randNumber=random(50);...
Hi, I am trying to query with joins or subqueries and is returning the message "parser stack overflow", are there any limitations? because using Db Browser for SQLite it works...
Hello, I'm having trouble compiling the example (sqlite3_sdfat) using ESP8266 on ArduinoIDE with core 2..6.3. someone with the same problem?
I first tried the sdfat example, then the console_spiffs, as last the db_small example. All of them show the same Error, "file is encrypted or is not a database". _Monitor...
home/ricardo/Arduino/libraries/esp_arduino_sqlite3_lib-master/src/sdfat_fns.cpp:51:5: error: 'File' was not declared in this scope; did you mean 'SdFile'? 51 | File file = sdFats[sd_idx]->open(name + 5, imode);