It's time to get into the database, finally! We will start by two videos, one showing you how to use the Laravel Query Builder. The Query Builder, is, as the name says, a way for you to construct queries using the Laravel DB static class, as on this example. We will see how to insert data into a MySQL database, and once again see how simple it is to use database queries in a very natural way!