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
Installs
13
GitHub Stars
8
First Seen
Jun 17, 2026
databow — columnar-tech/skills