Database 🗄️
Database management and queries.
Supported Databases
- PostgreSQL
- MySQL
- SQLite
- MongoDB
- Redis
Features
- Run SQL queries
- Schema management
- Data export/import
- Backup and restore
- Performance monitoring
Usage Examples
"Show all tables in database"
"Run query: SELECT * FROM users LIMIT 10"
"Export table to CSV"
Safety Rules
- ALWAYS confirm before DELETE/DROP operations
- WARN about queries without WHERE clause