We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sqlc
1 parent f77cea6 commit 2ed965cCopy full SHA for 2ed965c
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: generate
2
3
generate: examples/plugin.wasm examples/sqlc.dev.yaml
4
- cd examples && sqlc-dev -f sqlc.dev.yaml generate
+ cd examples && sqlc -f sqlc.dev.yaml generate
5
6
# https://github.com/bytecodealliance/javy/releases/tag/v1.2.0
7
examples/plugin.wasm: out.js bin/javy
0 commit comments