# Neuzhou Repo2skill Pq

> pq

- Skill: `tomevault-io/neuzhou-repo2skill-pq` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/neuzhou-repo2skill-pq`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/neuzhou-repo2skill-pq/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/neuzhou-repo2skill-pq

---


# pq

pq is a Go PostgreSQL driver for database/sql.

## When to Use

- Run `pq` commands
- Run or write tests

## When NOT to Use

- GUI or web-based workflows where CLI is not available
- Projects using Python or JavaScript (different ecosystem)

## Quick Start

### Install

```bash
go install github.com/lib/pq@latest
```

## CLI Commands

- `pq`

## Project Info

- **Language:** Go
- **Tests:** Yes

## File Structure

```
├── auth/
│   └── kerberos/
├── cmd/
│   └── pqlisten/
├── hstore/
│   ├── hstore_test.go
│   └── hstore.go
├── internal/
│   ├── pgpass/
│   ├── pqsql/
│   ├── pqtest/
│   ├── pqtime/
│   ├── pqutil/
│   └── proto/
├── oid/
│   ├── doc.go
│   ├── gen.go
│   └── types.go
├── scram/
│   └── scram.go
```

> Generated by [repo2skill](https://github.com/NeuZhou/repo2skill)

---
> Source: [NeuZhou/repo2skill](https://github.com/NeuZhou/repo2skill) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

