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
Compatibility with Arduino 3.x.x and other changes
2.5
What’s Changed
- Enable support for Foreign keys
- Fix I/O errors
- Default Page size 512
- Fix for compilation errors with esp32-arduino 3.x.x by @tobozo in https://github.com/siara-cc/esp32_arduino_sqlite3_lib/pull/77
- Fix type error on comparison by @mhaberler in https://github.com/siara-cc/esp32_arduino_sqlite3_lib/pull/87
New Contributors
- @tobozo made their first contribution in https://github.com/siara-cc/esp32_arduino_sqlite3_lib/pull/77
- @mhaberler made their first contribution in https://github.com/siara-cc/esp32_arduino_sqlite3_lib/pull/87
Full Changelog: https://github.com/siara-cc/esp32_arduino_sqlite3_lib/compare/2.4...2.5
Download
2.4
2.4
What’s Changed
- Change default page size to 512
- Bug fixes
- LITTLEFS fix and example
New Contributors
- @jojo2357 made their first contribution in https://github.com/siara-cc/esp32_arduino_sqlite3_lib/pull/57
Full Changelog: https://github.com/siara-cc/esp32_arduino_sqlite3_lib/compare/2.3...2.4
Download
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
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.
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.
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
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.
Download
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.
Download