Data & Storage
The Database skill provides database management including migrations (Prisma/TypeORM/Knex), SQL queries, schema inspection, and backups.
db_queryExecute SQL queriesdb_migrateRun migrationsdb_schemaInspect schemadb_backupCreate backups| Setting | Description | Required |
|---|---|---|
| connection_string | Database connection string | Required |
| dialect | Database dialect (postgres, mysql, etc) | Required |
> Run the pending database migrations> Show me all users from the databasekai skills install databaseAfter installation, configure the skill using the kai config command or edit your .kai/config.yaml file.