---
name: sundial-org/database
source: https://app.decimal.ai/s/sundial-org-database@1/SKILL.md
source_sha256: d2b80c75e69e
---

# 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

1. **ALWAYS** confirm before DELETE/DROP operations
2. **WARN** about queries without WHERE clause