siara-cc / esp32_arduino_sqlite3_lib

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

Documentation? #15

Closed julianullrich99 closed 4 years ago

julianullrich99 commented 4 years ago

Hello, I can't find any documentation more than the examples. Is there any?

siara-cc commented 4 years ago

The library is a wrapper for the SQLite API whose documentation can be found at https://sqlite.org/c3ref/funclist.html.

siara-cc commented 4 years ago

See new library https://github.com/siara-cc/sqlite_micro_logger_arduino. It overcomes all memory problems and corruption issues. However there are limitations. For documentation see: https://github.com/siara-cc/sqlite_micro_logger_c.