Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / AuditDbBinding
Interface: AuditDbBinding
Defined in: packages/security/src/audit/audit-db.ts:63
Shape of a registered binding. The factory is asynchronous so it can perform the file-mode check, run the cipher self-test, and write the audit:db.opened chain entry before returning.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
description | readonly | string | Human-readable description for diagnostics. | packages/security/src/audit/audit-db.ts:67 |
id | readonly | AuditDbBindingId | Identifier of the binding. | packages/security/src/audit/audit-db.ts:65 |
open | readonly | (options) => Promise<AuditDb> | Open the audit database. | packages/security/src/audit/audit-db.ts:69 |