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.
1 parent 7e85d6b commit 575ddd4Copy full SHA for 575ddd4
README.md
@@ -397,6 +397,18 @@ sudo snap install sqlc
397
go get github.com/kyleconroy/sqlc/cmd/sqlc
398
```
399
400
+### Docker
401
+
402
+```
403
+docker pull kjconroy/sqlc
404
405
406
+Run `sqlc` using `docker run`:
407
408
409
+docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate
410
411
412
### Downloads
413
414
Binaries for a given release can be downloaded from the [stable channel on
0 commit comments