Schema

Use this skill when the user wants to all-in-one cli tool for database migrations, studio and lsp.

javimosch edccfb6 802 B Updated

File contents

Schema Plugin

All-in-one CLI tool for database migrations, studio and LSP.

Commands

Operations

  • schema migration create — create migration via schema
  • schema migration up — up migration via schema
  • schema migration down — down migration via schema
  • schema migration status — status migration via schema
  • schema studio start — start studio via schema
  • schema lsp start — start lsp via schema

Usage Examples

  • "schema --help"
  • "schema "

Installation

go install github.com/gigagrug/schema@latest

Examples

schema --version
schema --help

Key Features

  • database\n- migration\n- sql

javimosch/supercli/tree/main/plugins/schema/skills/quickstart commit edccfb67c0

Frequently asked questions

npx skillmds@latest add javimosch/schema