A high-performance SQL server built on DuckDB and Apache Arrow Flight SQL.
curl -fsSL https://install.gizmosql.com/install.sh | sh
For the LTS channel:
curl -fsSL https://install.gizmosql.com/install.sh | sh -s -- --channel lts
iwr https://install.gizmosql.com/install.ps1 -OutFile install.ps1; .\install.ps1
For the LTS channel:
iwr https://install.gizmosql.com/install.ps1 -OutFile install.ps1; .\install.ps1 -Channel lts
gizmodata/gizmosql on Docker Hub (stable)gizmodata/gizmosql-lts on Docker Hub (LTS)Recommended for any curl … | sh install. View the source:
install.sh (POSIX)install.ps1 (PowerShell)