database
Added SQL functions to create, read, and update vault secrets
- Manage vault secrets from SQL — Added public RPC functions that let you create, read, and update secrets stored in the vault schema, enabling secure programmatic secret management from SQL clients and automation scripts.
New Features
- Added three public RPC functions: vault_create_secret, vault_read_secret, and vault_update_secret to create, retrieve, and update secrets in the vault.database
API
- Exposed new SQL-level APIs (RPC functions) for secret management that run with SECURITY DEFINER in the vault schema.database