octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
How to download and setup octosql
Open terminal and run command
git clone https://github.com/cube2222/octosql.git
git clone is used to create a copy or clone of octosql 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 octosql https://github.com/cube2222/octosql/archive/master.zip
Or simply clone octosql with SSH
[email protected]:cube2222/octosql.git