News

Everytime an exception is thrown by the database class a log file gets created or modified. These logs are stored in the logs directory. Which means the database class needs write access for the logs ...
Creating the Database Before we can create a songs table we need to create our music database. Whose responsibility is it to create the database? It is not the responsibility of our Song class.