Friday, May 21, 2021

Setting up an SQLite Database on a Raspberry Pi #piday #raspberrypi @Raspberry_Pi

via PiMyLifeUp

SQLite is a self-contained relational database management system that does not rely on the typical client-server based system.

This database system differs from MySQL and MariaDB in that it is embedded directly into a program. It does not rely on a server to function.

Instead of relying on an external system, SQLite writes its SQL data to a file that sits alongside your program.

Read more.


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

No comments:

Post a Comment