Skip to content

Commit b6e3475

Browse files
authored
Update README.md
1 parent fe151fb commit b6e3475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Sqlite3 Arduino library for ESP32
22

3+
Note: This is a general purpose library based on the Sqlite codebase. For logging sensor data into database please use [Sqlite Micro Logger](https://github.com/siara-cc/sqlite_micro_logger_arduino), which is faster and memory efficient.
4+
35
This library enables access to SQLite database files from SPIFFS or SD Cards through ESP32 SoC. Given below is a picture of a board that has a ready-made Micro SD slot (using SDMMC 4 bit mode - see example sqlite3_sdmmc):
46

57
![](ESP_WROOM_32_breakout.png?raw=true)

0 commit comments

Comments
 (0)