dbc

Install ADBC (Arrow Database Connectivity) drivers with dbc. Use when the user wants to install database drivers and connect to databases.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dbc" with this command: npx skills add columnar-tech/skills/columnar-tech-skills-dbc

dbc Skill

Install and manage drivers for the user with the dbc command line program.

Installing dbc

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

Prefer installing it with 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
  • Otherwise install dbc with the appropriate command for their operating system:
    • macOS & Linux: Run curl -LsSf https://dbc.columnar.tech/install.sh | sh
    • Windows: Run powershell -ExecutionPolicy ByPass -c "irm https://dbc.columnar.tech/install.ps1 | iex"

Most Important Commands

  • dbc install <driver> - Install a driver (e.g., dbc install snowflake)
  • dbc search [pattern] - Search for a driver using a pattern (e.g., dbc search sql). Also lists installed drivers.
  • dbc info <driver> - Get driver details

Run dbc --help to learn about other commands.

Project Workflow

For reproducible driver management, prefer using this workflow over dbc install:

  1. dbc init - Create a dbc.toml file
  2. dbc add <driver> - Add drivers to the list (supports version constraints like dbc add "postgresql>=13.0")
  3. dbc sync - Install all drivers and create dbc.lock

Using Drivers

Drivers installed with dbc must be used with an ADBC driver manager. dbc cannot load a driver or query a data source directly. Don't install drivers from any other source like PyPI, prefer drivers installed with dbc always.

Resources for using drivers:

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...

Registry SourceRecently Updated
1270
Profile unavailable
General

Skill Listing Polisher

Improve a skill's public listing before publish. Use when tightening title, description, tags, changelog, and scan-friendly packaging so the listing looks cl...

Registry SourceRecently Updated
0109
Profile unavailable
General

Skill Priority Setup

Scans installed skills, suggests L0-L3 priority tiers, and auto-configures skill injection policy. Use when: setting up skill priorities, optimizing token bu...

Registry SourceRecently Updated
0246
Profile unavailable