https://github.com/sqlc-dev/setup-sqlc
GitHub Action to install sqlc
https://github.com/sqlc-dev/setup-sqlc
Last synced: 9 months ago
JSON representation
GitHub Action to install sqlc
- Host: GitHub
- URL: https://github.com/sqlc-dev/setup-sqlc
- Owner: sqlc-dev
- License: mit
- Created: 2021-08-14T03:13:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:11:59.000Z (over 1 year ago)
- Last Synced: 2024-05-13T16:37:46.903Z (over 1 year ago)
- Language: TypeScript
- Size: 810 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-sqlc
This [action](https://docs.github.com/actions) downloads and installs [sqlc](https://sqlc.dev).
## Usage
```yaml
steps:
# Ensure sqlc is installed
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.25.0'
# Print out the current version
- run: sqlc version
```