rqlite
The lightweight, distributed relational database built on SQLite
How to download and setup rqlite
Open terminal and run command
git clone https://github.com/rqlite/rqlite.git
git clone is used to create a copy or clone of rqlite repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with rqlite https://github.com/rqlite/rqlite/archive/master.zip
Or simply clone rqlite with SSH
[email protected]:rqlite/rqlite.git