Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / AuditDbBindingId
Type Alias: AuditDbBindingId
ts
type AuditDbBindingId =
| "better-sqlite3-multiple-ciphers"
| string & {
};Defined in: packages/security/src/audit/audit-db.ts:34
Stored binding identifier. The framework default is the better-sqlite3-multiple-ciphers package — registered by @graphorin/store-sqlite at startup. Custom enterprise deployments can register their own binding here without touching the secrets layer.