Commit Graph

5 Commits

Author SHA1 Message Date
Alexander Doerflinger
349c67f093 Added basic SQLite functionality NOT FUNCTIONAL YET
Unfortunately the Databse connection is not functional yet
as we seem to have some general problems with the db handling.
2017-08-08 12:56:44 +02:00
Alexander Doerflinger
5a1ba02c20 Fixed Database name to real name (may be changed later) 2017-08-07 17:16:15 +02:00
Alexander Doerflinger
43d91a8a2d Added Constants for database access.
Added a Contants class which contains all global
database keys and some other global information.
2017-08-07 17:14:26 +02:00
Alexander Doerflinger
68a4744fa0 Added default constructors to database models
Empty constructors are needed as we apply the single parameters
using setters. Also it seems to be a sqlite standard.
2017-08-07 16:46:01 +02:00
Alexander Doerflinger
3be3e9ff57 Initial commit 2017-08-07 16:31:49 +02:00