ryohidaka/Dump SQLite
GitHub Actions to generate SQLite database dump files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | SQLite version to install (optional) | no | latest |
| db | The name of the SQLite database file to use. | yes | — |
| output | The output file name for the SQL dump. | yes | — |
| tables | Comma-separated list of table names to dump (optional). If not specified, all tables will be dumped. | no | "" |
Outputs
no outputs