Exercise: Databases
Test your coding skills on persisting data in SQLite.
We'll cover the following...
Challenge
In this exercise, your challenge is to create a helper function to test a function that requires data from a database.
Problem statement
You can use helper functions to instantiate and populate a temporary database to assist with testing parts of your code that require data from a database. ...