An example project to learn how SQLite can be used in Embedded devices and IoT
sudo git clone https://github.com/techbeast-org/toggle-led-sqlite
sudo npm install
#run npm rebuild to avoid any error related to SQLite database installation or if you have newer versions of node
sudo npm rebuild
npm start
you can access the platform at http://YOUR-RPI-IP-ADDRESS:3000