We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6a250 commit 3f2db88Copy full SHA for 3f2db88
README.md
@@ -15,6 +15,7 @@ It also provides the `crud-storage` and `crud-router` roles for
15
16
- [Quickstart](#quickstart)
17
- [API](#api)
18
+ - [Package info](#package-info)
19
- [Insert](#insert)
20
- [Insert many](#insert-many)
21
- [Get](#get)
@@ -190,6 +191,19 @@ Current limitations for using custom sharding key:
190
191
- `primary_index_fieldno_map` is not cached, see
192
[#243](https://github.com/tarantool/crud/issues/243).
193
194
+### Package info
195
+
196
+```lua
197
+tarantool> require('crud')._VERSION
198
+---
199
+- 1.1.0
200
+...
201
+```
202
203
+Use `_VERSION` handle to check installed module version.
204
+The handle was introduced in `1.1.0`. If installed from master,
205
+`_VERSION` shows last tagged version.
206
207
### Insert
208
209
```lua
0 commit comments