An open API service providing repository metadata for many open source software ecosystems.

GitHub / siara-cc / esp32_arduino_sqlite3_lib

Sqlite3 Arduino library for ESP32

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siara-cc%2Fesp32_arduino_sqlite3_lib
PURL: pkg:github/siara-cc/esp32_arduino_sqlite3_lib

Stars: 402
Forks: 74
Open issues: 50

License: apache-2.0
Language: C
Size: 45.2 MB
Dependencies parsed at: Pending

Created at: about 7 years ago
Updated at: 5 months ago
Pushed at: over 1 year ago
Last synced at: 5 months ago

Topics: arduino-library, database, esp32, esp32-ardunio, sqlite, sqlite3

Releases
Compatibility with Arduino 3.x.x and other changes

2.5

What’s Changed

New Contributors

Full Changelog: https://github.com/siara-cc/esp32_arduino_sqlite3_lib/compare/2.4...2.5

over 1 year ago
Download
2.4

2.4

What’s Changed

  • Change default page size to 512
  • Bug fixes
  • LITTLEFS fix and example

New Contributors

Full Changelog: https://github.com/siara-cc/esp32_arduino_sqlite3_lib/compare/2.3...2.4

about 2 years ago
Download
Enables access to Sqlite3 databases from ESP32

2.3

Restore configs to fix memory issues

over 5 years ago
Download
Enables access to Sqlite3 databases from ESP32

2.2

  • Upgraded Sqlite3 to 3.31.1
  • Muted compiler warnings which cause errors on some compilers
  • Fixed issue with unique constraint
  • Removed most OMITs
over 5 years ago
Download
Enables access to Sqlite3 databases from ESP32.

2.0

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.

over 6 years ago
Download
Disable cache used for compression to reduce memory footprint

1.4

Disabled the 64k cache used for compression. This will make compression of long strings slower. Suggest use desktop for compression for long strings.

over 6 years ago
Download
Enables access to Sqlite3 databases from ESP32 (with Shox96 String compression extension).

1.3

Includes Shox96 String Compression extension and examples. For more information about Shox96 visit https://github.com/siara-cc/Shox96

over 6 years ago
Download
Compatibility with ESP32 Arduino Core v1.0.1

v1.2

This release fixes compatibility issues with ESP32 Arduino core v1.0.1 released in Jan 2019.

over 6 years ago
Download
Upgraded SQLite to 3.25.2

v1.1

Upgraded SQLite source to 3.25.2, removed many OMITTED options.

about 7 years ago
Download
First working release (on SQLite 20.1)

v1.0

This is the first release for this project that is based on SQLite 20.1.

about 7 years ago
Download