sqlspec-psqlpy

Manage SQLSpec psqlpy adapter workflows for configuration and driver behavior.

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

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 psqlpy adapter configurations and driver behaviors.

Core Features & Use Cases

  • Adapter Configuration: Manages mapping of connection details, driver features, and statement configurations.
  • Parameter Handling: Processes Flow parameters through StatementConfig using adapter-native profiles.
  • Use Case: When encountering issues with how psqlpy handles specific SQL statement parameters within SQLSpec, this Skill provides targeted workflows to diagnose and resolve the problem.

Quick Start

Use the sqlspec-psqlpy skill to debug parameter profile issues for psqlpy.

Frequently Asked Questions about sqlspec-psqlpy

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

FAQPage Schema
How do I debug psqlpy parameter profile issues in SQLSpec?

To debug psqlpy parameter profile issues in SQLSpec, use targeted workflows that diagnose how Flow parameters are processed through StatementConfig using adapter-native profiles to resolve driver behavior mismatches.

What does an SQLSpec adapter configuration handle for psqlpy?

An SQLSpec adapter configuration for psqlpy manages the mapping of connection details, driver features, and statement configurations to bridge SQLSpec with the psqlpy driver.

How does parameter handling work with StatementConfig in SQLSpec psqlpy?

Parameter handling in SQLSpec psqlpy processes Flow parameters through StatementConfig using adapter-native profiles, ensuring parameter styles align with psqlpy driver behavior.

Do I need to understand SQLSpec configuration classes to use the psqlpy adapter?

Yes, using the psqlpy adapter requires understanding SQLSpec configuration classes, parameter styles, and statement stack execution to properly implement and review adapter configurations.

Why does psqlpy handle SQL statement parameters differently in SQLSpec?

psqlpy handles SQL statement parameters differently in SQLSpec due to adapter-native parameter profiles defined in StatementConfig, which dictate how Flow parameters map to the driver's expected styles.

Can I review adapter-specific tests and documentation for psqlpy in SQLSpec?

Yes, you can review adapter-specific tests and documentation for psqlpy in SQLSpec to validate parameter profile changes and ensure driver behavior aligns with statement configurations.