A fork of https://github.com/go-jet/jet, type safe SQL builder with code generation and automatic query result data mapping
Find a file
2019-05-13 11:48:58 +02:00
cmd/generator Project path rename. 2019-04-30 11:31:00 +02:00
generator Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
sqlbuilder Extend set operator to accept sets as parameters. 2019-05-13 11:48:58 +02:00
tests Add statements debug sql support. 2019-05-12 18:15:23 +02:00
types Add support for INSERT statements. 2019-04-30 11:31:00 +02:00
.gitignore Sql builder generator for postgres database. 2019-04-30 11:30:59 +02:00
LICENSE Initial commit 2019-04-30 11:30:59 +02:00
README.md Initial commit 2019-04-30 11:30:59 +02:00

go-sqlbuilder