Skeema is a tool for managing MySQL and MariaDB schema changes in a declarative fashion using SQL CREATE statements. The Skeema CLI tool allows you to: Export CREATE statements from your DB and track them in an organized repo Each table/proc/object is placed in its own file for easy browsing and reference Use standard git commands to see history on a per-object basis Provides vital context to AI t

