-
Hi, when a query return a myriad of objects, the slice based solution is not very efficient, it would be great if it was possible to have a way to return some kind of iterator on the rows, something l…
-
これに対応したい
```sql
CREATE TABLE users
(
id integer NOT NULL PRIMARY KEY,
name varchar(255) NOT NULL,
age integer NULL
);
CREATE TABLE posts
(
id integer NO…
-
### What do you want to change?
Recently I had to write a plugin for slight alterations of the default behavior of the golang generator for postgres.
To build the plugin, I needed to
- copy over …
-
### Version
1.11.0
### What happened?
In v1.11.0, when I use an alias for a subquery table, sqlc will report an error for table alias does not exist, but when I change version to v1.10.0 everything…
-
sqlc, like protoc, aims to generate code for multiple languages. The second language we're looking to add is TypeScript.
>
### Getting started
> [!WARNING]
> The TypeScript plugin (sqlc-g…
-
### Version
Other
### What happened?
This is on version 1.11.0, main from today.
I have an enum field where one of the values is "-", eg, in this line from a create table:
```
`my_enum_field` …
-
I was reading [this](https://github.com/ent/ent/issues/3814) issue in closed issues section and i was facing the same issue in my project as well
We are unable to build the project in 16GB RAM.
It t…
-
As some of the current dependencies are outdated or no longer maintained, gin-boilerplate could benefit from some changes to existing setup. What do you think of making these changes to gin-boilerplat…
mtskg updated
11 months ago
-
I'am not able to open database with an spp based on a API Level 33 build. In the past, API Level 32 and above i got no problems.
Anyone able to build a working app based in API Level 33?
-
### Version
1.25.0
### What happened?
I just need to perform a query that joins multiple rows from same table and i expect sqlc to take alias from query when build final go structs
In current ve…