1TARANTOOL(1) Lua application server and database management systemTARANTOOL(1)
2
3
4
6 tarantool - a Lua application server and a database management system
7
9 tarantool [OPTIONS] [SCRIPT [ARGS]]
10
12 Tarantool is a Lua application server fully compatible with Lua 5.1.
13
14 It includes a mature database to persist, replicate and recover
15 application state and a curated set of Lua modules for networking, I/O,
16 messaging, data formats and more.
17
18 It is designed to let developers quickly create efficient, reliable and
19 powerful micro-services and backend applications for the Internet.
20
21 Key features:
22
23 • Fully compatible with Lua 5.1.
24
25 • Coroutines and asynchronous I/O to implement high-performance lock-
26 free access to data.
27
28 • ACID transactions.
29
30 • ANSI SQL, Lua stored procedures and triggers.
31
32 • Authentication and access control.
33
34 • Master-master replication and automatic sharding.
35
37 You can use these options before (or instead of) the interpreted
38 'SCRIPT' name:
39
40 -h, --help
41 Display the help screen and exit.
42
43 -V, -v, --version
44 Print the program version and exit.
45
46 -e EXRP
47 Execute the string 'EXPR'.
48
49 -l NAME
50 Require the library 'NAME'.
51
52 -i Enter the interactive mode after executing 'SCRIPT'.
53
54 -- Stop handling options.
55
56 - Execute stdin and stop handling options.
57
59 tarantoolctl(1), Tarantool documentation at http://tarantool.org
60
62 Copyright (C) 2010-2017 Tarantool AUTHORS: please see AUTHORS file.
63
64
65
66--name=tarantool 2021-07-23 TARANTOOL(1)