An open API service indexing awesome lists of open source software.

https://github.com/mailru/tntlua

Tarantool 1.5 Lua stored procedures
https://github.com/mailru/tntlua

Last synced: 6 months ago
JSON representation

Tarantool 1.5 Lua stored procedures

Awesome Lists containing this project

README

          

Collection of Tarantool/Box stored procedures.
Release 0.1

Warning
-------
This collection is for Tarantool 1.5

You can load any of these procedure sets by doing
lua dofile("name.lua")
in the administrative console.

Alternatively, place the file in the server working directory,
having named it init.lua, the server will read and load
it at start.