
Setting up an SQLite Database on a Raspberry Pi
This project will show you how to set up the SQLite database management system on your Raspberry Pi. SQLite is a self-contained and lightweight database that is perfect for IoT devices. Not needing to have a process constantly running in the background allows you to free much-needed resources. Read More...