Enables access to Sqlite3 databases from ESP32.
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.