From 3e84e07d86c88205d643b0d2b6358bd9b5620030 Mon Sep 17 00:00:00 2001 From: Gregor Hartmann Date: Fri, 21 Feb 2020 13:20:39 +0100 Subject: [PATCH] Update sqlite3.md (#3042) --- docs/modules/sqlite3.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/modules/sqlite3.md b/docs/modules/sqlite3.md index a98b3b7f..1779e4a0 100644 --- a/docs/modules/sqlite3.md +++ b/docs/modules/sqlite3.md @@ -3,6 +3,17 @@ | :----- | :-------------------- | :---------- | :------ | | 2017-06-20 | [Luiz Felipe Silva](https://github.com/luizfeliperj) | [Luiz Felipe Silva](https://github.com/luizfeliperj) | [sqlite3.c](../../app/modules/sqlite3.c)| +!!! attention + ###This module is currently not available. + + Even if you enable it in configuration it will not be available. + + In brief this is due to a lack of proof of usability. The memory constraints on the ESP8266 are just too tight. + + The module is not removed yet as it might be revived to run on the ESP32 after the two branches for ESP8266 and ESP32 have been unified. + + Please see [#2913](https://github.com/nodemcu/nodemcu-firmware/issues/2913) for more information. + This module is based on [LuaSQLite3](http://lua.sqlite.org/index.cgi/index) module developed by Tiago Dionizio and Doug Currie with contributions from Thomas Lauer, Michael Roth, and Wolfgang Oertl. This module depens on [SQLite3](http://www.sqlite.org/) library developed by Dwayne Richard Hipp.