csv to pg statements
PostgreSQL interface for Node.js
Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using
Functions for dealing with a PostgresSQL connection string
Connection pool for node-postgres
Streams for parsing and deparsing the COPY binary format
The postgres client/server binary protocol, implemented in TypeScript
TypeScript definitions for pg
Query result type converters for node-postgres
A socket implementation that can run on Cloudflare Workers using native TCP connections.
fast-csv parsing package
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
fast-csv formatting module
TypeScript definitions for pg-pool
CSV parser and writer
Prisma's driver adapter for "pg"
CSV parsing implementing the Node.js `stream.Transform` API
CSV stringifier implementing the Node.js `stream.Transform` API
Query cursor extension for node-postgres
64-bit big-endian signed integer-to-string conversion
Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite
PostgreSQL database migration management tool for node.js
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
A simple, minimal PostgreSQL session store for Connect/Express
Turn a postgres query result into a csv
Fast Ruby PG csv export. Uses pg function 'copy to csv'. Effective on millions rows.
The best I could come up with was to just show you: $ atcat dbi://pg/localhost/database_name/table_name csv://table_name.csv That exports a table from Postgres into a comma separated value file. You can read from or write to: tab, csv, dbi, etc. You can opaquely treat any of those 'table of records' based sources as an opaque URI. Want to read more? https://github.com/kyleburton/abstract-tables