get_db_orm

Detection.get_db_orm(project)[source]

Get an orm representation to use it for bulk insertion into the database.

Parameters

project (Project) – The project used to access the database.

Returns

The database mapper class instance of the detection.

Return type

mss_dataserver.event.databaseFactory.DetectionDb