Skip to content

Commit 390bae7

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ This library enables access to SQLite database files from SPIFFS or Micro SD Car
33

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

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-
86
## Usage
97
Sqlite3 C API such as `sqlite3_open` can be directly invoked. Before calling please invoke:
108

@@ -47,7 +45,7 @@ The Sqlite3 code is included with the library.
4745
* 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.
4846
4947
## 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/).
5149
* The census2000 and baby names databases were taken from here: http://2016.padjo.org/tutorials/sqlite-data-starterpacks/. But no license information is available.
5250
* 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.
5351
* The [ESP8266 core for Arduino](https://github.com/esp8266/Arduino)

0 commit comments

Comments
 (0)