Skip to content

Enables access to Sqlite3 databases from ESP32.

Compare
Choose a tag to compare
@siara-cc siara-cc released this 15 Jul 11:13
· 24 commits to master since this release
800bf5e

No changes to features. The underlying VFS implementation connecting ESP32 to SQLite database has been changed to be based on sample VFS implementation provided by SQLite instead of adopting from NodeMCU implementation. Consequently database corruption issues are expected to be resolved. The memory footprint is also slightly reduced.