https://github.com/ryohidaka/action-setup-sqlite
GitHub Actions to setup SQLite environment.
https://github.com/ryohidaka/action-setup-sqlite
database github-actions sqlite sqlite3
Last synced: 2 months ago
JSON representation
GitHub Actions to setup SQLite environment.
- Host: GitHub
- URL: https://github.com/ryohidaka/action-setup-sqlite
- Owner: ryohidaka
- License: mit
- Created: 2024-08-16T09:08:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T15:03:43.000Z (over 1 year ago)
- Last Synced: 2025-01-27T16:26:27.800Z (over 1 year ago)
- Topics: database, github-actions, sqlite, sqlite3
- Language: Shell
- Homepage: https://github.com/marketplace/actions/setup-sqlite
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup SQLite
[](https://github.com/ryohidaka/action-setup-sqlite/releases/)
[](https://github.com/ryohidaka/action-setup-sqlite/actions/workflows/test.yml)
[](https://opensource.org/licenses/MIT)
GitHub Actions to setup SQLite environment.
## Usage
```yml
- uses: ryohidaka/action-setup-sqlite@v1.2.0
with:
version: "3.43.2"
```
## Inputs
| Input | Description | Default | Example |
| --------- | ------------------------- | ------- | -------- |
| `version` | SQLite version to install | `""` | `3.43.2` |
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.