Added by: asdf
Jul 06, 2023
Version

~> OctoSQL

Description
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Links
Install (execute in workspace terminal)
wrk install octosql==0.12.2
Remarks and hints
octosql plugin install postgres
echo "databases:
- name: mydb
type: postgres
config:
host: localhost
port: 5443
database: mydb
user: postgres
password: postgres" > octosql.yml
octosql "SELECT * FROM mydb.users" --describe
Scripts
# Istall script # Start script

compatible with all workspaces

no compatibility requirements