This repo holds the binary files for FLOWSql.
Go to release page and download the binary for your OS and architecture.
Apple silicon users download
flowsql-darwin-arm64binary.
You can run the binary straight away.
If you want to make it available system-wide, run these in your terminal.
sudo mv path/to/flowsql-download-binary /usr/local/bin/flowsql
sudo chmod 755 /usr/local/bin/flowsqlYou will need the API key for FLOWS and ask the FLOWS admins to enable you as a database user. Then set the FLOWS_API_KEY=<key> in your shell environment.
Run flowsql -h for help and more details on the recommended way of setting FLOWS_API_KEY in your system environment.