Skip to content

Commit dddeb96

Browse files
authored
Update README.md
1 parent 390bae7 commit dddeb96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sqlite3 Arduino library for ESP8266
2-
This library enables access to SQLite database files from SPIFFS or Micro SD Card through ESP8266 SoC using WeMos D1 mini and MicroSD Shield (shown below) or NodeMCU v1.0 with separate MicroSD Module.
2+
This library enables access to SQLite database files from SPIFFS or Micro SD Card through ESP8266 SoC using [WeMos D1 mini](https://wiki.wemos.cc/products:d1:d1_mini) and [Micro SD Card Shield](https://wiki.wemos.cc/products:d1_mini_shields:micro_sd_card_shield) (shown below) or [NodeMCU v1.0](https://en.wikipedia.org/wiki/NodeMCU) with separate MicroSD Module.
33

44
![](d1_mini_msd_shield_strip.png?raw=true)
55

@@ -44,6 +44,10 @@ The Sqlite3 code is included with the library.
4444
* Before opening database files from SPIFFS, the `vfs_set_spiffs_file_obj()` should be called with a reference to SPIFFS file object
4545
* A prefix (in front of filenames) such as `/FLASH/` is to be used for SPIFFS and `/SD0/` is to be used for Micro SD, for opening databases.
4646
47+
## ESP32
48+
49+
This library probably works with ESP32 too. I have not tested it as I don't have ESP32 module. If you test it, would appreciate if you inform me about the results.
50+
4751
## Acknowledgements
4852
* This library was developed by modifying the VFS layer developed by [Luiz Felipe Silva](https://github.com/luizfeliperj). The documentation can be found [here](https://nodemcu.readthedocs.io/en/master/en/modules/sqlite3/).
4953
* The census2000 and baby names databases were taken from here: http://2016.padjo.org/tutorials/sqlite-data-starterpacks/. But no license information is available.

0 commit comments

Comments
 (0)