Schema as code for MariaDB 10.2 and higher. Extract, version, and deploy from source control — no migration scripts, just declarative JSON.
Three CLI tools cover the schema lifecycle on MariaDB.
Extract a live MariaDB schema into versioned JSON table definitions and SQL object scripts.
Deploy schema packages to MariaDB targets with dependency ordering and idempotent scripts.
Generate reference and seed data sync scripts that deploy alongside your schema changes.
Start with the fundamentals, then go deeper into how SchemaSmith works on MariaDB.