-
Notifications
You must be signed in to change notification settings - Fork 533
AI Assistance and Data Privacy
dbeaver-devops edited this page Jun 11, 2026
·
1 revision
Note: This feature is available in Enterprise and AWS editions only.
We prioritize data safety and user privacy. In this section, we outline how data is managed and the measures taken to protect user privacy when using the AI features.
To enable AI features capabilities, metadata such as table and column names from the current database schema are transmitted to third-party AI services. This step is crucial for accurately translating user requests into SQL queries.
- No table data: Only metadata like table and column names are shared with AI provider. Actual table data is not transmitted.
- Log transparency: The entire request can be logged for your review. To enable this, navigate to AI Settings tab and check the Write AI queries to debug log option.
In addition to these general principles, each AI provider applies its own privacy policy:
| Provider | Privacy policy |
|---|---|
| OpenAI | Requests are processed under the OpenAI privacy policy. |
| GitHub Copilot | Copilot follows the GitHub privacy statement. |
| Azure OpenAI | Operates under its own privacy policy. It's recommended to review their terms. |
| Google Gemini | Data is handled according to Gemini privacy measures. |
| Ollama | Ollama follows a local-first design: all AI processing happens on your machine, and prompts, code, or documents never leave your computer. |
| Anthropic Claude | Requests are processed according to Anthropic’s privacy policy. Review their terms to understand how your data is handled. |
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development