CRE::Persistence::Sqlite::CredentialsRepo
Inherits CRE::Persistence::CredentialsRepo < Reference < Object
Constants
SELECT_COLS = "id, external_id, kind, name, tags, current_version_id, pending_version_id, previous_version_id, created_at, updated_at, last_rotated_at"
Constructors
new(db : DB::Database)
SourceInstance methods
all
Sourceinsert(c : Domain::Credential) : Nil
Sourceupdate(c : Domain::Credential) : Nil
Source