postgres

Installation
SKILL.md

PostgreSQL

The postgres-nio library provides a Swift PostgreSQL client with full async/await support, type-safe query building, connection pooling, and prepared statements.

Quick Start

Installation

Add to Package.swift:

dependencies: [
    .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.21.0")
]

Basic Usage

Related skills

More from joannis/claude-skills

Installs
4
GitHub Stars
57
First Seen
Feb 3, 2026