Core Features
Settings
Settings
The current CE build includes a dedicated settings page. It is enabled in the default CE feature flags and covers telemetry, UI personalization, table defaults, language, and cloud-provider management.
The page is organized into Appearance, Behavior, Integrations, and Privacy tabs.
Settings Sections
Telemetry
The settings page includes a telemetry toggle that lets you opt in or out of client analytics collection.
Personalization
Current appearance and interaction settings include:
- storage unit view:
listorcard - font size:
small,medium, orlarge - border radius:
none,small,medium, orlarge - spacing:
compact,comfortable, orspacious - disable animations toggle
Data Display
The Appearance tab also includes data display toggles:
- format dates using your locale
- format booleans as readable values
Query And Data Defaults
The current page also exposes:
- where-condition mode:
popoverorsheet - default page size
- database vs schema terminology preference
- language selection
Note
The backend still enforces the global maximum page size through WHODB_MAX_PAGE_SIZE. The settings page controls the default page size within that limit.
Cloud Provider Management
When cloud providers are enabled, the settings page adds dedicated sections for:
- AWS providers
- Azure providers
- GCP providers
These sections let you add, edit, refresh, and remove providers, and they are the management entry point for the cloud pickers shown on the login page.
Note
Cloud provider integrations are still not production-ready in the current CE build, so they are disabled by default. You can still enable them and try them out in a non-production environment if you want to evaluate the workflow.
Related Configuration
Use environment variables for deployment-level configuration such as connection profiles, provider setup, log output, and maximum page size.
Related Pages
Previous