junwen-k / pgquery

Querying made easier with a set of Postgres common query helpers for [go-pg](https://github.com/go-pg/pg).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopg Query

license goversion

Writing queries made easier with a set of Postgres common condition ORM helpers for go-pg.

Installation

Use go get to retrieve the ORM helpers to add it to your GOPATH workspace, or project's Go module dependencies.

go get github.com/junwen-k/pgquery

To update the ORM helpers use go get -u to retrieve the latest version of the ORM helpers.

go get -u github.com/junwen-k/pgquery

License

MIT

About

Querying made easier with a set of Postgres common query helpers for [go-pg](https://github.com/go-pg/pg).

License:MIT License


Languages

Language:Go 99.7%Language:Makefile 0.3%