LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: database migration

Browse skills that share this tag.

  • senior-backend - Senior Backend Engineer for API & Database Design
    backendAPI designdatabase optimizationREST API

    ★ 0 · Updated 2026-06-30

    Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening.

    ⚙ Generate API routes from specs⚙ Generate OpenAPI spec from routes⚙ Analyze database schema changes
  • state-view-slice - Build State View Slices from Event Models
    event sourcingread modelprojectionPostgreSQL

    ★ 7 · Updated 2026-06-30

    Creates read model projections that consume events and project them into queryable PostgreSQL database tables.

    ⚙ create projection handler file⚙ create database migration file⚙ create query API endpoint
  • migration-database - SQLModel Database Migration with Alembic
    database migrationSQLModelAlembicPostgreSQL

    ★ 602 · Updated 2026-05-11

    Automate SQLModel database migrations using Alembic with automatic schema generation

    ⚙ generate database migrations⚙ apply database migrations⚙ review migration files
  • database-migration - Database Migration Guidance
    database migrationschema migrationdatabase upgradecloud migration

    ★ 57 · Updated 2026-05-09

    Guides database migration projects including engine changes, version upgrades, cloud migrations, and zero-downtime strategies

    ⚙ analyze source database⚙ define migration requirements⚙ provision target environment
  • database-migration - Database Migration Guidance
    database migrationengine changeversion upgradecloud migration

    ★ 602 · Updated 2026-05-09

    Guides database migration projects including engine changes, version upgrades, and cloud migrations

    ⚙ identify migration type⚙ analyze source database⚙ prepare target environment
  • aurora-tools-scripts - PostgreSQL SQL Migrations and Procedures Manager
    SQLdatabase migrationPostgreSQLstored procedure

    ★ 2 · Updated 2026-03-20

    Manage SQL migrations and stored procedures for PostgreSQL in the tools bounded context

    ⚙ create database migration⚙ create stored procedure⚙ create function