{"id":18143238,"url":"https://github.com/ryohidaka/action-restore-sqlite","last_synced_at":"2026-03-08T14:39:17.189Z","repository":{"id":258193096,"uuid":"873510098","full_name":"ryohidaka/action-restore-sqlite","owner":"ryohidaka","description":"GitHub Actions to restore SQLite DB from dump file.","archived":false,"fork":false,"pushed_at":"2025-01-27T06:12:01.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T07:21:43.448Z","etag":null,"topics":["database","dump","github-actions","sqlite","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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-16T09:38:23.000Z","updated_at":"2025-01-27T06:12:03.000Z","dependencies_parsed_at":"2024-10-18T00:31:36.559Z","dependency_job_id":"a8ca5e28-844d-4d2e-904b-53399b37be56","html_url":"https://github.com/ryohidaka/action-restore-sqlite","commit_stats":null,"previous_names":["ryohidaka/action-restore-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-restore-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-restore-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-restore-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-restore-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryohidaka","download_url":"https://codeload.github.com/ryohidaka/action-restore-sqlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238579769,"owners_count":19495547,"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","github-actions","sqlite","sqlite3"],"created_at":"2024-11-01T19:06:10.994Z","updated_at":"2025-10-28T01:31:15.677Z","avatar_url":"https://github.com/ryohidaka.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Restore SQLite\n\n[![GitHub Release](https://img.shields.io/github/v/release/ryohidaka/action-restore-sqlite)](https://github.com/ryohidaka/action-restore-sqlite/releases/)\n[![Test Action](https://github.com/ryohidaka/action-restore-sqlite/actions/workflows/test.yml/badge.svg)](https://github.com/ryohidaka/action-restore-sqlite/actions/workflows/test.yml)\n\nGitHub Actions to restore SQLite DB from dump file.\n\n## Usage\n\n```yml\non: [push]\n\njobs:\n  restore:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: ryohidaka/action-restore-sqlite@v0.1.0\n        with:\n          version: \"3.43.2\"\n          db: \"sample.db\"\n          dump-file: \"sample.sql\"\n```\n\n## Inputs\n\n| Input       | Description                           | Required | Default    |\n| ----------- | ------------------------------------- | -------- | ---------- |\n| `version`   | SQLite version to install             |          | `\"latest\"` |\n| `db`        | The output SQLite database file name. | ✅       |            |\n| `dump-file` | The name of the dump file to use.     | ✅       |            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-restore-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryohidaka%2Faction-restore-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-restore-sqlite/lists"}