Installation
Install with uv (recommended)
Section titled “Install with uv (recommended)”uv tool install sqlsaberAlternative: pipx
Section titled “Alternative: pipx”pipx install sqlsaberVerify installation
Section titled “Verify installation”saber --versionPlugins
Section titled “Plugins”SQLsaber supports optional plugins that allows users to extend its capabilities.
There are two official plugins for visualization and Python execution:
# Visualization plugin - render charts in your terminaluv tool install --with sqlsaber-viz sqlsaber
# Python sandbox plugin - run Python in a secure sandboxuv tool install --with sqlsaber-sandbox sqlsaber
# Or install bothuv tool install --with sqlsaber-viz,sqlsaber-sandbox sqlsaberSee the plugins guide for detailed setup and usage.
Upgrade
Section titled “Upgrade”# uvuv tool upgrade sqlsaber
# pipxpipx upgrade sqlsaberNext: Run your first query
Section titled “Next: Run your first query”saberOn first launch, SQLsaber walks you through database and AI provider setup. See the getting started guide for a full walkthrough.