2 """ComponentAccumulator configuration for SQLiteDBSvc
4 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
6 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
7 from AthenaConfiguration.ComponentFactory
import CompFactory
8 def SQLiteDBSvcCfg(flags, name="SQLiteDBSvc", dbPath=":memory:
", **kwargs):
10 acc.addService(CompFactory.SQLiteDBSvc(name=name, DatabasePath=dbPath, **kwargs))