benrowe/MySQL to SQLite3 Converter
Connect to mysql and convert to sqlite3 file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output | output file | yes | — |
| database | mysql database name | yes | — |
| host | mysql host address | yes | — |
| username | mysql username | yes | — |
| port | mysql port | yes | — |
| password | mysql password | yes | — |
Outputs
| name | description |
|---|---|
| file | The file that is generated |