sqldef/SQLDef Preview
Preview how sqldef migration performs in pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | SQLDef command to use (psqldef | mysqldef | sqlite3def | mssqldef) | yes | — |
| schema-file | Path to the schema file | yes | — |
| baseline-schema-file | Path to the baseline schema file for comparison (optional) | no | — |
| version | Version of sqldef to use | no | v3.11.16 |
| config-file | Path to sqldef config file | no | — |
| pg-user | PostgreSQL user | no | — |
| pg-password | PostgreSQL password | no | — |
| pg-host | PostgreSQL host | no | localhost |
| pg-port | PostgreSQL port | no | 5432 |
| pg-database | PostgreSQL database | no | — |
| mysql-user | MySQL user | no | — |
| mysql-password | MySQL password | no | — |
| mysql-host | MySQL host | no | localhost |
| mysql-port | MySQL port | no | 3306 |
| mysql-database | MySQL database | no | — |
| sqlite-database | SQLite database file | no | — |
| mssql-user | SQL Server user | no | — |
| mssql-password | SQL Server password | no | — |
| mssql-host | SQL Server host | no | localhost |
| mssql-port | SQL Server port | no | 1433 |
| mssql-database | SQL Server database | no | — |
| github-token | GitHub token for commenting on pull requests | yes | — |
Outputs
no outputs