Connection Constants
Defines user privilege types within the database system.
Enum Values
ADMIN: Represents administrative privileges, typically allowing full access to all system features and settings.WRITE: Allows users to modify, add, or delete data, usually with some limitations compared to admin privileges.READ: Grants read-only access, permitting users to view data without any modification rights.
Last modified: 24 March 2024