api-database-postgresql
SolidDirect PostgreSQL access with node-postgres (pg) -- connection pools, parameterized queries, transactions, streaming, LISTEN/NOTIFY, error handling
Install
Quality Score: 78/100
Skill Content
Details
- Author
- agents-inc
- Repository
- agents-inc/skills
- Created
- 8 months ago
- Last Updated
- 1 weeks ago
- Language
- N/A
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
postgresql
Use when working with database queries, schema, connection pool, JSONB columns, or any handler/lib that interacts with PostgreSQL. Covers pg.Pool patterns, ensureTable(), JSONB operations, and parameterized queries. Do NOT use for non-DB backend code.
api-database-knex
SQL query builder for PostgreSQL, MySQL, SQLite, and MSSQL -- fluent queries, schema builder, migrations, seeds, transactions, raw queries
api-database-mysql
Direct MySQL database access with mysql2 driver -- connection pools, prepared statements, transactions, streaming, typed queries, error handling