Let's Go Further › Database setup and configuration
Previous · Contents · Next
Chapter 5.

Database setup and configuration

In this next section of the book, we’re going to move forward with our project build and set up a SQL database to persistently store our movie data.

Unlike the first Let’s Go book (where we used MySQL as our database), this time we’re going to use PostgreSQL. It’s open-source, very reliable and has some helpful modern features — including support for array and JSON data types, full-text search, and geospatial queries. We’ll use a couple of these modern PostgreSQL features as we progress through our build.

In this sectionm you’ll learn: