How to set up a Postgres database on a Raspberry Pi

Posted by bob on Oct 12, 2017 6:47 AM EDT
Opensource.com; By Ben Nuttall
Mail this story
Print this story

Databases are a great way to add data persistence to your project or application. You can write data in one session and it'll be there the next time you want to look. A well-designed database can be efficient at looking up data in large datasets, and you won't have to worry about how it looks, just what you want it to find. It's fairly simple to set up a database for basic CRUD (create, record, update, delete) applications, which is a common pattern, and it is useful in many projects.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Raspberry Pi

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.