Reading a SQLite Database
Reading a database will be very straight forward, especially once you know how to establish the connection to the database, which you should already know thanks to our previous post.
All you have to make sure of now is that when reading, you get all that data in the correct format, not as a simple query to a database, but as an actual list of elements. So in this lecture I cover how to do exactly that.