Your app is going to store some detailed, carefully structured,
ever growing data.
The names of your customers, their email addresses, a record of
each sale, etc.
All of this goes into a database. The most common swift army knife
database these days is postgres. Other special case databases are redis
aka elasticache on aws, and elasticsearch.