Backend Database - paffman/WBS-Project GitHub Wiki

The WBS-Tool works on a MySQL database. The database is constructed as follow: The whole database access is implemented in the package de.fhbingen.wbs.dbaccess in the directory src/main/java. All database queries are executed via stored procedures so the user doesn't need rights for the individual tables.

Facts: