| name |
database |
| description |
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas. |
| metadata |
| clawdbot |
| emoji |
always |
requires |
🗄️ |
true |
|
|
|
Database management and queries.
- PostgreSQL
- MySQL
- SQLite
- MongoDB
- Redis
- Run SQL queries
- Schema management
- Data export/import
- Backup and restore
- Performance monitoring
"Show all tables in database"
"Run query: SELECT * FROM users LIMIT 10"
"Export table to CSV"
- ALWAYS confirm before DELETE/DROP operations
- WARN about queries without WHERE clause