database-management
Installation
SKILL.md
Database Management Skill
SQL, NoSQL, and data management.
Database Types
| Type | Use | Examples |
|---|---|---|
| Relational | Transactions | PostgreSQL, MySQL |
| Document | Flexible | MongoDB |
| Key-Value | Caching | Redis |
| Column | Analytics | Cassandra |
| Graph | Relationships | Neo4j |