multischema/

directory
v0.0.0-...-90870c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: Apache-2.0

README

Multi-schema support for versioned migration

Login first:

atlas login

Generate migrations:

atlas migrate diff --to ent://versioned/schema \
  --dev-url docker://mysql/8 \
  --format '{{ sql . "  " }}'

Apply migrations:

atlas migrate apply \
  --url mysql://root:pass@:3308/ \
  --dir file://versioned/migrate/migrations

Inspect/Visualize the schema:

atlas schema inspect \
  --url ent://versioned/schema \
  --dev-url docker://mysql/8 \
  -w

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL