Luca Steeb

Results 164 issues of Luca Steeb

- [ ] design syntax/api - [ ] implement

kind/feature

As opposed to setting/overriding it via an env var something like ```go client := db.NewClient(db.WithURL("...")) ``` related: #166 Internal notes: Set this QE flag ``` --overwrite-datasources Base64 encoded datasource urls,...

kind/feature

Defining env vars in the schema is only possible for fields which are known to the Prisma CLI, which means Go-specific options like `package` can only be hardcoded; using an...

kind/feature

Triple-slash comments should land in the generated Go code. ```prisma model User { /// The user's email address email String } ``` should generate ```go type User struct { //...

kind/improvement

TBD

kind/feature
team/client

It would be great if one could provide a custom http.Client to `NewClient()`. Probably via variadic args.

This requires all query relations to be taken from the dmmf. For example, `some`, `many`, `none`, and so on.