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';
Powerful, open source object-relational database system.
Install node-postgres:
npm install pg
npm install -D @types/pg
Connect:
import { Pool } from 'pg';