Add SQL-Builder.md wiki page.

This commit is contained in:
go-jet 2019-07-04 19:10:31 +02:00
parent 55e8c3bbb1
commit 1ab3ee4be6
5 changed files with 128 additions and 93 deletions

View file

@ -2,7 +2,7 @@
* [Installation](https://github.com/go-jet/jet/wiki/Installation)
* [Generator](https://github.com/go-jet/jet/wiki/Generator)
* [Model files](https://github.com/go-jet/jet/wiki/Model-data.md)
* [Writing SQL in Go]()
* [SQL Builder](https://github.com/go-jet/jet/wiki/SQL-Builder.md)
* [Expressions](https://github.com/go-jet/jet/wiki/Expressions)
* [Statements](https://github.com/go-jet/jet/wiki/Statements)
* [SELECT](https://github.com/go-jet/jet/wiki/SELECT)