Skip to content

Commit 97dd40f

Browse files
committed
readme: add table of contents
1 parent e0a3c20 commit 97dd40f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,35 @@ The `CRUD` module allows to perform CRUD operations on the cluster.
88
It also provides the `crud-storage` and `crud-router` roles for
99
[Tarantool Cartridge](https://github.com/tarantool/cartridge).
1010

11+
## Table of Contents
12+
13+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
14+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
15+
16+
- [API](#api)
17+
- [Insert](#insert)
18+
- [Get](#get)
19+
- [Update](#update)
20+
- [Delete](#delete)
21+
- [Replace](#replace)
22+
- [Upsert](#upsert)
23+
- [Select](#select)
24+
- [Select conditions](#select-conditions)
25+
- [Pairs](#pairs)
26+
- [Min and max](#min-and-max)
27+
- [Cut extra rows](#cut-extra-rows)
28+
- [Cut extra objects](#cut-extra-objects)
29+
- [Truncate](#truncate)
30+
- [Len](#len)
31+
- [Count](#count)
32+
- [Call options for crud methods](#call-options-for-crud-methods)
33+
- [Statistics](#statistics)
34+
- [Cartridge roles](#cartridge-roles)
35+
- [Usage](#usage)
36+
- [License](#license)
37+
38+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
39+
1140
## API
1241

1342
The CRUD operations should be called from router.

0 commit comments

Comments
 (0)