sqlspec-adbc

Manage SQLSpec ADBC adapter configurations, driver behavior, and parameter profiles.

15|4|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/cofin/flow --skill sqlspec-adbc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sqlspec-adbc
Source: https://github.com/cofin/flow/tree/main/skills/sqlspec-adbc
Command: npx skills add https://github.com/cofin/flow --skill sqlspec-adbc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the implementation, debugging, and review of SQLSpec ADBC adapter configurations and driver behaviors.

Core Features & Use Cases

  • Adapter Configuration: Manages connection_config, driver_features, and statement configurations for ADBC adapters.
  • Driver Behavior: Addresses overrides for transaction handling and parameter passing through StatementConfig.
  • Use Case: Debugging an issue where ADBC driver parameters are not being correctly interpreted by SQLSpec, ensuring accurate query execution.

Quick Start

Use the sqlspec-adbc skill to review the adapter implementation details for ADBC.

Frequently Asked Questions about sqlspec-adbc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an ADBC adapter in SQLSpec?

Configure ADBC adapters in SQLSpec by managing connection_config and driver_features using configuration classes, passing parameters via StatementConfig for query execution.

Why are my ADBC driver parameters not being interpreted correctly by SQLSpec?

ADBC driver parameters fail when StatementConfig is not properly configured. Review adapter implementation details to ensure parameter passing and driver behavior overrides are correctly applied for query execution.

How do I override transaction handling for an ADBC driver in SQLSpec?

Override ADBC driver transaction handling in SQLSpec by applying driver behavior overrides within the adapter configuration, ensuring custom transaction logic executes correctly during database operations.

What is the best way to debug ADBC adapter configurations in SQLSpec?

The best way to debug ADBC adapter configurations is to review the adapter implementation details, checking connection_config mappings, driver_features, and StatementConfig parameter profiles for misalignments.

Can I use SQLSpec to run adapter-specific tests for ADBC drivers?

Yes, SQLSpec manages adapter-specific tests for ADBC drivers, allowing you to validate driver behavior, verify parameter profiles, and ensure transaction handling overrides function as expected.