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
- Host: GitHub
- URL: https://github.com/mailru/tntlua
- Owner: mailru
- License: bsd-2-clause
- Created: 2011-09-30T14:55:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T10:51:08.000Z (about 8 years ago)
- Last Synced: 2025-03-28T23:35:26.170Z (6 months ago)
- Language: Lua
- Homepage: http://tarantool.org
- Size: 403 KB
- Stars: 83
- Watchers: 17
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Collection of Tarantool/Box stored procedures.
Release 0.1Warning
-------
This collection is for Tarantool 1.5You 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.