Updated DSL (markdown)

This commit is contained in:
oshai
2017-12-18 10:20:51 +02:00
committed by Andrey.Tarashevskiy
parent 603fc4a8c1
commit 8b58ce0e94

19
DSL.md
View File

@@ -1,4 +1,21 @@
* [Overview](#Overview)
* [Overview](#overview)
* [Basic CRUD operations](#basic-crud-operations)
* [Create](#create)
* [Read](#read)
* [Update](#update)
* [Delete](#delete)
* [Where expression](#where-expression)
* [Count](#count)
* [Order-by](#order-by)
* [Group-by](#group-by)
* [Join](#join)
* [Alias](#alias)
* [Batch Insert](#batch Insert)
***
## Overview