databow
Installation
SKILL.md
databow
databow is a command-line tool for querying databases via ADBC (Arrow Database Connectivity). It exposes an interactive SQL shell as well as a non-interactive mode that is well-suited for use by agents and scripts.
Prerequisites
Install databow
databow must be installed. Check with databow --help.
Common install methods:
uv tool install databow
# or
pipx install databow
# or
cargo install databow