Skip to content

Releases: siara-cc/esp_arduino_sqlite3_lib

Sqlite3 library for ESP8266 Arduino core (includes Shox96 compression)

02 Mar 06:52
8059b4e
Compare
Choose a tag to compare

This Arduino library enables storing and accessing of Sqlite3 databases from SPIFFS or MicroSD card connected to ESP8266. This release includes Shox96 Compression extension and Console for manipulating databases on SPIFFS and Micro SD Card. For further information, please visit the given URL.

Provides more examples

05 Nov 06:54
0e9da6f
Compare
Choose a tag to compare

Adds new examples:

  • sqlite3_small_db - Basic indexed retrieval from a small database (1.6mb)
  • sqlite3_webquery - Querying data through Web Server

First release

07 Oct 09:02
d562213
Compare
Choose a tag to compare

This is the first working release of the library.