DIRACDB

Class that encapsulate few commonalities of DIRAC DBs (MySQL-based, SQLAlchemy-based, ES-based)

class DIRAC.Core.Base.DIRACDB.DIRACDB(*args, **kwargs)

Bases: object

Extended in DB, SQLAlchemyDB, ElasticDB

__init__(*args, **kwargs)

c’tor

Parameters

self – self reference

getCSOption(optionName, defaultValue=None)