dbeaver
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Configure DBeaver database connections (MySQL, PostgreSQL, Oracle, MongoDB, etc.)
- Write and execute SQL queries in the DBeaver SQL editor
- Export data to CSV, JSON, SQL, or Excel formats
- Import data from files into database tables
- Generate ER diagrams to visualize table relationships
- Manage multiple database connections, bookmarks, and drivers
How to use this skill
Workflow
- Create a connection - New Connection > Select database type > Configure host/port/credentials > Test Connection
- Write SQL - Open SQL Editor (F3) > Write query > Execute (Ctrl+Enter)
- Manage data - Right-click table > Export Data or Import Data > Choose format
- Generate ER diagram - Right-click schema > View Diagram > Arrange tables