Acceptance Criteria: - [x] A SQL-database is accessible through JDBC. - [x] A DataMapper pattern has been used for mapping between SQL and Java. - [x] The previously created "Second layer" has been replaced by the DataMappers and all hard-coded data has been removed.
Acceptance Criteria: