postgresql

Installation
SKILL.md

PostgreSQL

Powerful, open source object-relational database system.

Quick Start

Install node-postgres:

npm install pg
npm install -D @types/pg

Connect:

import { Pool } from 'pg';
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026
postgresql — mgd34msu/goodvibes-gemini