Let's Go › Database-driven responses
Previous · Contents · Next
Chapter 4.

Database-driven responses

For our Snippetbox web application to become truly useful we need somewhere to store (or persist) the data entered by users, and the ability to query this data store dynamically at runtime.

There are many different data stores we could use for our application — each with different pros and cons — but we’ll opt for the popular relational database MySQL.

In this section you’ll learn how to: