SQL-Datenbanken
Database Design & Management
Use this skill whenever the user wants to design, create, query, or manage a database for an application. Triggers include: 'schema design', 'database model', 'ORM', 'Prisma', 'SQLAlchemy', 'migrations', 'SQL query', 'PostgreSQL', 'MySQL', 'SQLite', 'MongoDB', 'indexing', 'relationships', 'foreign key', 'join', 'seed data', or any request involving persistent data storage. Also use for database optimization, connection pooling, or switching between databases. Do NOT use for in-memory caches like Redis (use the cache skill) or browser localStorage.