Retrieving Records
In this last lesson, we saw how to insert records into the database. Instead of having to go into the database to see created records, it will be nice if we can retrieve and display all the created posts directly in our application. Let's see how we can achieve that.