logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tarantool - a Lua application server and a database management system

Description

       Tarantool is a Lua application server fully compatible with Lua 5.1.

       It includes a mature database to persist, replicate and recover application state and a curated set of
       Lua modules for networking, I/O, messaging, data formats and more.

       It is designed to let developers quickly create efficient, reliable and powerful micro-services and
       backend applications for the Internet.

       Key features:

       •   Fully compatible with Lua 5.1.

       •   Coroutines and asynchronous I/O to implement high-performance lock-free access to data.

       •   ACID transactions.

       •   ANSI SQL, Lua stored procedures and triggers.

       •   Authentication and access control.

       •   Master-master replication and automatic sharding.

Name

       tarantool - a Lua application server and a database management system

Options

       You can use these options before (or instead of) the interpreted 'SCRIPT' name:

       -h, --help
           Display the help screen and exit.

       -V, -v, --version
           Print the program version and exit.

       -e EXRP
           Execute the string 'EXPR'.

       -l NAME
           Require the library 'NAME'.

       -i  Enter the interactive mode after executing 'SCRIPT'.

       --  Stop handling options.

       -   Execute stdin and stop handling options.

See Also

tarantoolctl(1), Tarantool documentation at http://tarantool.org

Synopsis

           tarantool [OPTIONS] [SCRIPT [ARGS]]

See Also