go-kallax icon indicating copy to clipboard operation
go-kallax copied to clipboard

Kallax is a PostgreSQL typesafe ORM for the Go language.

Results 29 go-kallax issues
Sort by recently updated
recently updated
newest added

Hello, What is the status of this project? There has not been activity for a while and I was wondering why or if someone else is making improvements. Thanks

because the github version pulls from master and is not in synch with what kallax uses from squirrel. See #279 for more reference

Add go modules support with golang.org/x/tools/go/packages

`kallax gen` does not work when in a module outside GOPATH.

With the recent golang 1.14 release, update the go matrix versions to the most recent two versions as those are the only ones supported by the upstream project (security wise,...

Doesn't seem to be a way to set the isolation level for transactions. Also is there a way to do read-only transactions?

Hi guys. I'm doing some performance-driven development and just and notice that my computer go to swap. All memory was consumed by postgresql processes. It was just simple api called...

bug
area/kallax
needs investigating

@mcuadros can you? It's impossible to use with dep without proper release.

When I use the UUID type from "github.com/gofrs/uuid", the models do not generate and the following error is given: primary key "ID" of model "User" does not have a valid...

I lost a couple of hours this morning because I was importing `github.com/src-d/go-kallax` instead of `gopkg.in/src-d/go-kallax.v1`. Everything seemed to work (I vendored using dep) except I would always end up...

docs