← Back to tools
View AGENTS.md for litecli
litecli
CLI for SQLite databases with autocompletion and syntax highlighting
Description
litecli is a CLI for SQLite databases with autocompletion and syntax highlighting. It is part of the dbcli suite and provides a user-friendly interface for interacting with SQLite databases from the terminal.
When to use this tool
✓ Good fit when
- You work with SQLite databases from the terminal
- You want a better experience than the default sqlite3 CLI
✕ Avoid when
- You need to work with non-SQLite databases
AI Summary
User-friendly SQLite CLI with autocompletion and syntax highlighting
Capabilities
- + Connect to SQLite databases
- + Execute SQL queries with autocompletion
- + Syntax highlighting for SQL statements
- + Smart auto-completion based on schema
Use When
- → You work with SQLite databases from the terminal
- → You want a better experience than the default sqlite3 CLI
Avoid When
- x You need to work with non-SQLite databases