https://github.com/sqlc-dev/sqlc-gen-test
https://github.com/sqlc-dev/sqlc-gen-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlc-dev/sqlc-gen-test
- Owner: sqlc-dev
- License: mit
- Created: 2023-08-29T19:08:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T17:12:42.000Z (about 2 years ago)
- Last Synced: 2024-12-27T12:26:58.739Z (12 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
```yaml
version: '2'
sql:
- schema: schema.sql
queries: query.sql
engine: postgresql
codegen:
- out: gen
plugin: test
plugins:
- name: test
env:
- PATH
wasm:
url: https://github.com/sqlc-dev/sqlc-gen-test/releases/download/v0.1.0/sqlc-gen-test.wasm
sha256: 138220eae508d4b65a5a8cea555edd155eb2290daf576b7a8b96949acfeb3790
```