dbctl

dbctl module.

class spicerack.dbctl.Dbctl(*args: Any, **kwargs: Any) None[source]

Bases: Confctl

Extend the Confctl class to support dbctl actions.

Initialize the instance.

Parameters as required by the parent class.

property config: DbConfig

Getter for the instance to act like dbctl config.

property instance: Instance

Getter for the instance to act like dbctl instance.

property section: Section

Getter for the instance to act like dbctl section.