adbc

Installation
SKILL.md

Find a driver for a database

Use the dbc command line tool to find available drivers for a database. It's possible no driver may exist for the user's database of choice as not all databases have ADBC drivers.

Install dbc

If the user does not have dbc available, try to install it for them.

Prefer installing it with these commands, in order of preference, if the tool is available:

  • If uv is available: uv tool install dbc
  • If pipx is available: pipx install dbc
  • If brew is available: brew install columnar-tech/tap/dbc
  • On Windows, if winget is available: winget install dbc
  • Otherwise, direct the user to the installation docs: https://docs.columnar.tech/dbc/getting_started/installation/

Search for a driver

Related skills
Installs
21
GitHub Stars
3
First Seen
Mar 16, 2026