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
uvis available:uv tool install dbc - If
pipxis available:pipx install dbc - If
brewis available:brew install columnar-tech/tap/dbc - On Windows, if
wingetis 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