Add LOCK statement wiki.

This commit is contained in:
go-jet 2019-07-01 13:18:39 +02:00
parent 5e0e2f2908
commit 461911889a
3 changed files with 63 additions and 4 deletions

View file

@ -1,6 +1,7 @@
* [Installation](https://github.com/go-jet/jet/wiki/Installation)
* [Generator](https://github.com/go-jet/jet/wiki/Generator)
* [Model data](https://github.com/go-jet/jet/wiki/Model-data.md)
* [Writing SQL in Go]()
* [Expressions](https://github.com/go-jet/jet/wiki/Expressions)
* [Statements](https://github.com/go-jet/jet/wiki/Statements)
@ -8,4 +9,5 @@
* [INSERT](https://github.com/go-jet/jet/wiki/INSERT)
* [UPDATE](https://github.com/go-jet/jet/wiki/UPDATE)
* [DELETE](https://github.com/go-jet/jet/wiki/DELETE)
* [LOCK](https://github.com/go-jet/jet/wiki/LOCK)
* [LOCK](https://github.com/go-jet/jet/wiki/LOCK)
* [Execution]()