Adding MySQL to your Vapor project
In this tutorial we will walk through how to add a database layer to a Vapor project. We will be using MySQL and will assume that you have set it up on your local machine. Follow these 3 steps if you don't already have MySQL on your machine. Install Hom...