Installation
SQLsaber is an open-source agentic SQL assistant that helps you interact with your databases using natural language.
It autonomously fetches the right context, writes appropriate SQL queries, and provides insights based on the resulting data.
uv
(Recommended)
Section titled “uv (Recommended)”uv tool install sqlsaber
pipx install sqlsaber
Homebrew
Section titled “Homebrew”For homebrew
or linuxbrew
users, you can use Homebrew to install both uv
and sqlsaber
.
brew install uvuv tool install sqlsaber
Verify Installation
Section titled “Verify Installation”After installation, verify that SQLsaber is working:
saber --version
You should see the current version of SQLsaber displayed.
Upgrading SQLsaber
Section titled “Upgrading SQLsaber”# using uvuv tool upgrade sqlsaber
# using pipxpipx upgrade sqlsaber
What’s Next?
Section titled “What’s Next?”After installation, you’ll want to: