home / skills / partme-ai / full-stack-skills / dbeaver
This skill helps you manage databases with DBeaver by guiding connections, SQL editing, data manipulation, and administration tasks.
npx playbooks add skill partme-ai/full-stack-skills --skill dbeaverReview the files below or copy the command above to add this skill to your agents.
---
name: dbeaver
description: Provides comprehensive guidance for DBeaver database tool including database connection, SQL editor, data management, and database administration. Use when the user asks about DBeaver, needs to manage databases with DBeaver, execute SQL queries, or work with DBeaver features.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides practical, hands-on guidance for using DBeaver, the multi-platform database management tool. It covers connecting to databases, configuring drivers, using the SQL editor, importing/exporting data, and basic database administration. The guidance focuses on tasks you can perform quickly in DBeaver and common troubleshooting steps. Ideal for developers, DBAs, and analysts who want actionable steps rather than conceptual theory.
I inspect your goal (connect, query, migrate, or manage) and provide step-by-step actions tailored to DBeaver’s UI and features. Guidance includes connection string examples, driver setup, SQL editor tips (query formatting, parameter binding, explain plans), data import/export procedures, and schema management tasks. I also offer troubleshooting for common errors, configuration suggestions, and shortcuts to speed routine workflows.
Can DBeaver connect to cloud databases like AWS RDS or Azure?
Yes. Use the appropriate JDBC driver, enable SSL if required, and supply the cloud instance endpoint and credentials. DBeaver supports connection properties for common cloud providers.
How do I run parameterized queries in DBeaver?
Use question-mark or named parameters supported by your DB, then run the query and DBeaver will prompt for parameter values or allow binding through the UI.