A cartoon caveman

Setup Database Migrations

(code for this section)

To do interesting things with a database you need actual tables in that database.

Unfortunately this means we also need to come up with something for this hypothetical app to work with. I am choosing to go with caveman themed examples.

→ Create your first table.

← Read Environment Variables.