AI AGENT ADDONS

Convex Migrations

waynesutton/convexskills
Databases
2,243installs

Convex makes evolving your database schema safe and simple. You can add new fields as optional, backfill existing data, and then make them required. You can also remove deprecated fields without breaking your app. These steps keep your service running with zero downtime.

This is not like traditional databases. There are no migration files or commands. Changes deploy instantly. You handle missing data with internal mutations. Learn these patterns to keep your data clean and your users happy.

Add Convex Migrations skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-migrations

Project

mkdir -p .claude/skills/convex-migrations

Source Repository

Stars
401
Forks
31
Watchers
401
License
Apache-2.0
Last Push
6 months ago
Created
7 months ago