← Back to browse
skill
Automating SQLite Storage Schema Migrations
From deusXmachina-dev/memorylane ★ 119
Summary
This skill manages the lifecycle of SQLite storage schema evolution by generating forward-only, idempotent migrations. It guides the developer through identifying schema deltas, implementing safe SQL changes, and registering updates to keep the persistent storage synchronized with the application code.