{"id":24760888,"url":"https://github.com/ryohidaka/action-dump-sqlite","last_synced_at":"2026-05-05T06:39:35.502Z","repository":{"id":274441673,"uuid":"870057149","full_name":"ryohidaka/action-dump-sqlite","owner":"ryohidaka","description":"GitHub Actions to generate SQLite database dump files.","archived":false,"fork":false,"pushed_at":"2025-01-27T10:14:54.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T11:38:07.791Z","etag":null,"topics":["database","dump","dumper","github-actions","sqlite","sqlite3"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/dump-sqlite","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryohidaka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-09T11:17:33.000Z","updated_at":"2025-01-27T10:14:56.000Z","dependencies_parsed_at":"2025-01-27T11:38:13.890Z","dependency_job_id":"05d58f2e-7b26-48a2-b24a-c84b36d40521","html_url":"https://github.com/ryohidaka/action-dump-sqlite","commit_stats":null,"previous_names":["ryohidaka/action-dump-sqlite"],"tags_count":1,"template":false,"template_full_name":"ryohidaka/composite-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-dump-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-dump-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-dump-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-dump-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryohidaka","download_url":"https://codeload.github.com/ryohidaka/action-dump-sqlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097830,"owners_count":20560319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","dump","dumper","github-actions","sqlite","sqlite3"],"created_at":"2025-01-28T18:19:53.345Z","updated_at":"2026-05-05T06:39:35.440Z","avatar_url":"https://github.com/ryohidaka.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-dump-sqlite\n\n[![GitHub Release](https://img.shields.io/github/v/release/ryohidaka/action-dump-sqlite)](https://github.com/ryohidaka/action-dump-sqlite/releases/)\n[![Test Action](https://github.com/ryohidaka/action-dump-sqlite/actions/workflows/test.yml/badge.svg)](https://github.com/ryohidaka/action-dump-sqlite/actions/workflows/test.yml)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nGitHub Actions to generate SQLite database dump files.\n\n## Usage\n\n```yml\non: [push]\n\npermissions:\n  contents: write\n\njobs:\n  dump-sql:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: ryohidaka/action-dump-sqlite@v0.1.0\n        with:\n          version: \"3.43.2\"\n          db: \"sample.db\"\n          output: \"sample.sql\"\n          tables: \"samples1, samples2\"\n```\n\n## Inputs\n\n| Input     | Description                                  | Required | Default    |\n| --------- | -------------------------------------------- | -------- | ---------- |\n| `version` | SQLite version to install.                   |          | `\"latest\"` |\n| `db`      | The name of the SQLite database file to use. | ✅       |            |\n| `output`  | The output file name for the SQL dump.       | ✅       |            |\n| `tables`  | Comma-separated list of table names to dump. |          | `\"\"`       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-dump-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryohidaka%2Faction-dump-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-dump-sqlite/lists"}