extract-mysql-schema

JSON →
library 1.0.2 ·javascript
verified Jun 5, 2026

A CLI tool to extract MySQL database schemas into JSON or SQL files, supporting tables, stored procedures, seed data, and patches. Current version 1.0.2, with moderate release cadence (no recent updates). Key differentiators: generates dependency-ordered SQL files, supports external connection files, and offers options for debug mode and procedure ISV inclusion. Alternatives like mysqldump are more comprehensive but this tool provides lighter, scriptable schema extraction.