Skip to content

First version of the SqliteReadSvc

Vakhtang Tsulaia requested to merge tsulaia/athena:master-geomodelaux into master

The new Athena Service has been introduced to allow reading detector description parameters from plain SQLite tables, which are collocated in the same SQLite database together with the persistent representation of the GeoModel description tree.

In order to allow for smooth transition of clients from the RDBAccessSvc to the new SqliteReadSvc, the latter implements the IRDBAccessSvc interface.

The functionality that is yet to be implemented: an analogue of the RDBQuery for reading data from SQLite tables.

Merge request reports