Postgres-Copy

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

A simple CLI tool written in Node.js for copying the contents of a PostgreSQL table from one database to another, including across different servers. Version 1.0.0 provides command-line options for source and target connections, with password prompts for security. It offers defaults and partial configuration to reuse source values. Key differentiators: lightweight, no dependencies beyond Node.js, explicitly handles cross-server copies.