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-06-12 16:21:50 +02:00
cmd/generator Tests clean up. 2019-06-11 12:47:35 +02:00
generator Bug fix: Bytea nil values aren't stored as null in database. 2019-06-12 16:21:50 +02:00
sqlbuilder Bug fix: Bytea nil values aren't stored as null in database. 2019-06-12 16:21:50 +02:00
tests Bug fix: Bytea nil values aren't stored as null in database. 2019-06-12 16:21:50 +02:00
.gitignore Sql builder generator for postgres database. 2019-04-30 11:30:59 +02:00
go-sqlbuilder.iml Query group scan refactoring. 2019-05-20 17:37:55 +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