Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.