
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
mysql-liquibase-converter
Advanced tools
The MySql to Liquibase Converter is intended to split up the contents of a single MySql sql file into a series of smaller files that are easier to maintain and version independently.
The MySql to Liquibase Converter is intended to split up the contents of a single MySql sql
file into a series of smaller files that are easier to maintain and version independently.
npm install --global mysql-liquibase-converter
Usage: mysqlbase [options] <sqlFile> [outputLocation]
Options:
-h, --help output usage information
-V, --version output the version number
-d, --includeData include table data
-k, --tempKeys disable and re-enable foreign keys, helps order of execution issues
-a, --author <name> changeset author, defaults to `converter`
-c, --changesetId <id> changeset id, defaults to `baseline`
The following describes the output and folder conventions for the liquibase converter.
root/
migrations/ # root folder for migrating stateful database objects
<changesetId>/ # all scripts related to a particular changeset are grouped under here
tables/ # table DDL scripts used for migrations go here include create/alter statements
data/ # insert/update/delete scripts to migrate seed/reference data goes here
support/ # supporting scripts go here, example includes scripts to disable/enable foreign keys
source/ # root folder for non-stateful source code
triggers/ # source for triggers defined here
storedprocedures/ # stored procedures here (not implemented)
views/ # views defined here (not implemented)
changelog.json # liquibase changelog file decribes the scripts and their order of execution
FAQs
The MySql to Liquibase Converter is intended to split up the contents of a single MySql sql file into a series of smaller files that are easier to maintain and version independently.
The npm package mysql-liquibase-converter receives a total of 1 weekly downloads. As such, mysql-liquibase-converter popularity was classified as not popular.
We found that mysql-liquibase-converter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.