-
### Tell us about your feature request
[sqlc](https://github.com/sqlc-dev/sqlc) is a great library.
We should consider adding it as an option.
### Disclaimer
- [X] I agree
-
Prepare sqlc.yaml configuration for project.
Add to Makefile proper entrypoint which will:
- Make migration
- Generate code using sqlc
buker updated
2 months ago
-
Am I the only one encountering this kind of generated query? I've tried using this query, but it doesn't work because it throws an error requiring the type to be numeric.
**Error:**
```
You have …
-
Using the following yaml config
version: "2"
plugins:
- name: ts
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
sha256: 287df8f6cc06377d67ad5ba02…
-
### Version
1.27.0
### What happened?
I was trying to set up a Go project using sqlc.
But facing the very annoying issue.
![Screenshot from 2024-11-15 17-16-36](https://github.com/user-attachment…
-
Hey Joe
I cant work out what the setup is for the sqlc generator.
```make
go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.26.0
SQLC_FILE=$(PWD)/.sqllsrc.json
sqlc:
# errors: error parsi…
-
### Background
The `PolicyDBClient` struct uses [composition](https://github.com/opentdf/platform/blob/main/service/policy/db/policy.go#L19) to expose all SQLC generated queries as functions callab…
-
Dear authors,
First of all great work on this extension.
I was looking at the generated C# code from sqlc and thought it would be great if it could be used with dapper.
Instead of instantia…
-
I'm completely new to River and immediately ran into the following issue when playing with the examples against Pg 16.4:
```
msg="Elector: Error attempting to elect" err="ERROR: cannot cast type big…
-
### Version
1.27.0
### What happened?
I understand that slice can't be used with prepared queries, but it seems that if you enable prepared queries with `emit_prepared_queries: true` it will try to…
eloff updated
1 month ago