Schema-aware queries
Automatically introspects your database structure. No manual schema documentation needed.
What SQLsaber does
Schema-aware queries
Automatically introspects your database structure. No manual schema documentation needed.
Safe execution
Read-only by default. SQLsaber won’t modify, delete, or alter your data.
Context memory
Teach it your database quirks: “dates are Unix timestamps”,
“user_id references accounts.id”.
Conversation threads
Resume past conversations. Ask follow-up questions without repeating context.
Works with your stack
Databases: PostgreSQL, MySQL, SQLite, DuckDB, CSV files
AI providers: Anthropic, OpenAI, Google, and others
Interface: Interactive REPL or single-shot CLI queries
Composable: Pipe queries, redirect output, use in scripts
Get started in 2 commands
# Installuv tool install sqlsaber
# Run (walks you through setup on first launch)
saber