User Management
KalamDB includes built-in authentication and role-based access control (RBAC).
CREATE USER
Roles
| Role | Description |
|---|---|
user | Standard user — access to own tables |
service | Service account — for bots and integrations |
dba | Database administrator — full table management |
system | System-level — unrestricted access |
Examples
ALTER USER
Examples
DROP USER
Dropping a user also removes their per-user storage directory, providing GDPR-compliant data deletion.
Last updated on