DatabaseHandler
Abstraction for the Database, can be easily replaced with MongoDB or other non SQL DBs.
Constructor Summary
| Public Constructor | ||
| public |
Initializes the database and created the available collections. |
|
Member Summary
| Public Members | ||
| public |
Handles insertions into the Database. |
|
| public |
Handles data retrievals from the Database. |
|