mysql-ddl-checker
JSON →A tool to analyze MySQL DDL statements and determine the online DDL algorithm (INSTANT, INPLACE, COPY) and lock types used during schema changes. It connects to a MySQL server, simulates DDL operations by creating temporary table copies, and reports the algorithm and lock strategy. Current version 1.0.12 is stable but in early development. Unlike general MySQL profiling tools, it focuses specifically on DDL impact, but requires a live MySQL connection and creates temporary tables, so it's intended for test environments only. The package ships TypeScript definitions.
Resources
packagemysql-ddl-checker ↗
API endpoints
full doc /v1/registry/mysql-ddl-checker