node-tarantool-driver
node-tarantool-driver copied to clipboard
Node driver for Tarantool 1.6+
tarantool.select(spaceId: Number or String, indexId: Number or String, limit: Number, offset: Number, iterator: Iterator, key: tuple) ключ для индекса не позволяет выполнить поиск по значению больше чем int32 connection.select('chat', 'primary',...
Хочу словить ошибку подключения к тарантулу, но не получается. Есть такой код: ``` const TarantoolConnection = require('tarantool-driver'); const host = 'localhost'; const port = '3310'; const username = 'ykuandykov'; const...
Нужно обновить некоторые ссылки в README, они указывают на несуществующие страницы, в частности https://tarantool.io/en/doc/1.10/box/box_space/#lua-function.space_object.update (ссылки, указанные в разделе API reference)
Всем привет. Заметил, что не могу вставить большое кличество кортежей на nodejs node v10.12.0 [email protected] MacOS 10.14 ``` for(let i = 1; i { log("+OK"); }, err => { error("+ERR");...
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...
connect to console, core dump when running the following from example : conn.eval('return box.session.user()') .then(function(res){ console.log('current user is:' res[0]) }) tarantool: /home/vbshare/tarantool/src/box/iproto.cc:953: void iproto_msg_decode(iproto_msg*, const char**, const char*, bool*): Assertion...
fix 'eval' and 'call' bug