Database
The database module contains the classes that are used to interact with a MongoDB database.
The connection string should be saved in the environment variable LOGSIM_URI.
The connection is performed with the package pymongo.
The database name used is DB.
The DB class is used in the other modules when data should be written to the database, like run results.