postgres
Expert guidance on using PostgreSQL with Swift. Use when developers mention: (1) PostgreSQL or Postgres in Swift, (2) postgres-nio library, (3) SQL queries in Swift, (4) PostgreSQL connection pooling, (5) prepared statements, (6) type-safe database access, (7) bulk loading or COPY FROM, (8) PostgresClient or PostgresConnection.
Installation
SKILL.md
The postgres-nio library provides a Swift PostgreSQL client with full async/await support, type-safe query building, connection pooling, and prepared statements.
| Int, Int32, Int64 | integer, bigint | | Float, Double | real, double precision | | String | text, varchar | | Bool | boolean | | Date | timestamp, timestamptz | | Data | bytea | | UUID | uuid | | [T] | array | | JSON types | json, jsonb |
Expert guidance on using PostgreSQL with Swift. Use when developers mention: (1) PostgreSQL or Postgres in Swift, (2) postgres-nio library, (3) SQL queries in Swift, (4) PostgreSQL connection pooling, (5) prepared statements, (6) type-safe database access, (7) bulk loading or COPY FROM, (8) PostgresClient or PostgresConnection. Source: joannis/claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/joannis/claude-skills --skill postgres- Source
- joannis/claude-skills
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is postgres?
Expert guidance on using PostgreSQL with Swift. Use when developers mention: (1) PostgreSQL or Postgres in Swift, (2) postgres-nio library, (3) SQL queries in Swift, (4) PostgreSQL connection pooling, (5) prepared statements, (6) type-safe database access, (7) bulk loading or COPY FROM, (8) PostgresClient or PostgresConnection. Source: joannis/claude-skills.
How do I install postgres?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/joannis/claude-skills --skill postgres Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/joannis/claude-skills
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-05