-
The first thing to be done is to implement the `stop` function. Despite the `migrator` role is permanent, Cartridge always calls `stop` + `init` callbacks and cleans HTTP routes upon hot-reload.
Th…
-
This is a feature for future development.
In typescripttolua, there is already support for `Promise`, which generates code based on native Lua coroutines. In the case of tarantool, the transpiler n…
-
----------------------
- Plugin Name: Tarantool-EmmyLua
- Plugin Version: 1.6-IDEA222
- OS Name: Windows 10
- Java Version: 17.0.4.1
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Version na…
-
Everything below is actually about maintenance costs. They become too high for our small team, so we need to resolve considerable amount of the technical debts to effectively pay our time for developm…
-
----------------------
- Plugin Name: Tarantool-EmmyLua
- Plugin Version: 1.6-IDEA222
- OS Name: Mac OS X
- Java Version: 17.0.5
- App Name: PyCharm
- App Full Name: PyCharm
- App Version name: PyC…
-
It is part of SQL/PMS standard.
```
BEGIN
;
;
...
;
END
```
It is necessary to execute multiple statements in one transaction at least until #2016 will be implemented for …
-
How can we create a space with a call request?
```go
data, err := conn.Do(tarantool.NewCallRequest(`box.schema.space.create`).Args([]interface{}{
`test1`,
map[string]interface{}{
`engine`: …
-
Please provide a complete manual where to place custom Lua modules and other configurations files (eg. for `tarantoolctl` tool) and how to deploy an application written on Tarantool.
There was no c…
-
See here: https://github.com/antirez/linenoise#hints
-
Hi,
Thanks for your work!
Is there any way to send an event from tarantool to node js?
In the example the request is always initiated from node js but this limits a lot the interaction the 2 tools…