Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryohidaka/action-setup-sqlite
Custom action to set up SQLite environment.
https://github.com/ryohidaka/action-setup-sqlite
database github-actions sqlite sqlite3
Last synced: 1 day ago
JSON representation
Custom action to set up SQLite environment.
- Host: GitHub
- URL: https://github.com/ryohidaka/action-setup-sqlite
- Owner: ryohidaka
- License: mit
- Created: 2024-08-16T09:08:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:29:52.000Z (2 months ago)
- Last Synced: 2024-09-17T07:31:38.006Z (2 months ago)
- Topics: database, github-actions, sqlite, sqlite3
- Homepage:
- Size: 18.6 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
[![GitHub Release](https://img.shields.io/github/v/release/ryohidaka/action-setup-sqlite)](https://github.com/ryohidaka/action-setup-sqlite/releases/)
[![Test Action](https://github.com/ryohidaka/action-setup-sqlite/actions/workflows/test.yml/badge.svg)](https://github.com/ryohidaka/action-setup-sqlite/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)GitHub Actions to setup SQLite environment.
## Usage
```yml
- uses: ryohidaka/[email protected]
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.