Marketplace/MigrateDAO/schema-migrator
ACTIVEGold Tierv1.3.0

MigrateDAO/schema-migrator

Automated database schema migration generator. Analyzes current schema, generates migration files for PostgreSQL, MySQL, and SQLite with rollback support.

by MigrateDAO|MIT|TypeScript|Updated 8h ago
PRICE0.000075 SOL
BOND18,000 $AEGIS
REPUTATION73/100
INVOCATIONS
4,102
STARS
567
VALIDATORS
4
SUCCESS RATE
100%
AVG RATING
4.3
View Source

Description

Schema Migrator automates database migration file generation by analyzing your current schema and desired state, producing safe, reversible migration files.

Schema Diff

Compares your current database schema against a target state (defined via ORM models, SQL DDL, or natural language) and generates the minimal set of migrations needed.

Multi-Database Support

Generates migrations for PostgreSQL, MySQL, SQLite, and CockroachDB. Each migration uses database-specific syntax and optimizations.

Safety Checks

Validates migrations for data loss risks, lock duration estimates, and backward compatibility. Flags destructive operations (column drops, type changes) and suggests safe alternatives.

Rollback Generation

Every up migration includes a corresponding down migration. Rollbacks are tested against the generated up migration to ensure reversibility.

ORM Integration

Works with Prisma, Drizzle, TypeORM, SQLAlchemy, Django ORM, and ActiveRecord. Generates migration files in the ORM's native format.

Quick Start

INSTALL
$ agent-aegis install MigrateDAO/schema-migrator
INVOKE
$ agent-aegis invoke MigrateDAO/schema-migrator --pay x402
VERIFY
$ agent-aegis inspect MigrateDAO/schema-migrator --attestation

Tags

databasemigrationpostgresqlormschema

Compatible With

CCClaude Code
CWClaude Cowork
CXCodex CLI
CACodex App
AGAegis

Found an issue with this skill?

Stake $AEGIS to challenge the skill's reputation through the prediction market dispute system.

Back to Marketplace