PostgreSQL is a an open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. This database management system has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions.

In this episode, we will move our tasks storage from in-memory to a PostgreSQL database. I’ll show you how to create the table for tasks on the command-line using the pgcli utility tool. Finally, we will use a query builder that comes built-in with Kretes to fetch the data from our persistence layer and to display it in our application.

#postgresql

How to Configure your PostgreSQL Database to WayScript | Database Automation Made Easy
1.95 GEEK