https://github.com/sqlc-dev/sqlc-gen-unsafe-paths
https://github.com/sqlc-dev/sqlc-gen-unsafe-paths
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlc-dev/sqlc-gen-unsafe-paths
- Owner: sqlc-dev
- License: mit
- Created: 2024-02-14T19:20:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T19:28:53.000Z (almost 2 years ago)
- Last Synced: 2025-05-17T19:38:26.739Z (7 months ago)
- Language: Go
- Size: 2.93 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
```