SQLite Database on a Raspberry Pi

In this blog post I’ll introduce you to SQLite, which is an in-process light weight library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most …

CONTINUE READING »