Neuzhou Repo2skill Pq

pq

tomevault-io Updated

File contents

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

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


Source: NeuZhou/repo2skill — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/neuzhou--repo2skill--pq commit 76acf550ae

Frequently asked questions

npx skillmds@latest add tomevault-io/neuzhou-repo2skill-pq