You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ This library enables access to SQLite database files from SPIFFS or Micro SD Car
3
3
4
4

5
5
6
-
This library was developed by modifying the VFS layer developed by [Luiz Felipe Silva](https://github.com/luizfeliperj) for Sqlite3 - NodeMCU integration. The documentation can be found [here](https://nodemcu.readthedocs.io/en/master/en/modules/sqlite3/).
7
-
8
6
## Usage
9
7
Sqlite3 C API such as `sqlite3_open` can be directly invoked. Before calling please invoke:
10
8
@@ -47,7 +45,7 @@ The Sqlite3 code is included with the library.
47
45
* 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.
48
46
49
47
## Acknowledgements
50
-
* This library was developed by modifying the VFS layer developed by [Luiz Felipe Silva](https://github.com/luizfeliperj)
48
+
* 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/).
51
49
* The census2000 and baby names databases were taken from here: http://2016.padjo.org/tutorials/sqlite-data-starterpacks/. But no license information is available.
52
50
* The mdr512.db (Million Domain Rank database) was created with data from [The Majestic Million](https://majestic.com/reports/majestic-million) and is provided under CC 3.0 Attribution license.
53
51
* The [ESP8266 core for Arduino](https://github.com/esp8266/Arduino)
0 commit comments