CRE::Persistence::Postgres::RotationsRepo
Inherits CRE::Persistence::RotationsRepo < Reference < Object
Constants
SELECT_COLS = "id::text, credential_id::text, rotator_kind, state, started_at, completed_at, failure_reason"
Constructors
new(db : DB::Database)
SourceInstance methods
in_flight
Sourceinsert(rotation : RotationRecord) : Nil
Source