lukasmartinelli/pgfutter
Import CSV and JSON into PostgreSQL the easy way observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4037
- days_rel: n/a
- days_push: 2191
- n_releases_24m: 0
Adoption not part of the score
1345 stars · 127 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pgfutter is a small Go CLI tool that imports CSV and line-delimited JSON files into PostgreSQL with a single command, automatically creating import tables and using the COPY streaming protocol. It abstracts away the usual hassle of loading raw data into a database so users can sanitize it with SQL afterwards.
Use cases
- import a csv file into postgres
- load line-delimited into a postgres table
- quickly dump data into a database without writing schema ddl
- bulk load event logs like github archive into postgres
- stream csv data into postgres over the network
- create import tables automatically from file headers
When to choose
- you need a one-command, zero-config way to get CSV or JSON into PostgreSQL
- you want fast bulk loading via the COPY protocol
- you prefer a single static binary with no dependencies
- you plan to normalize and clean the data with SQL after import
When to avoid
- you need encodings other than UTF-8
- you need ongoing feature development or active support
- you need complex ETL transformations during load
- you use a database other than PostgreSQL
Facets
cli-tool · maturity maintenance
database etl cli databases developer-tools windows cli go postgresql csv-import -import data-loading copy-protocol data-engineering command-line linux macos
1 source
- readme: https://github.com/lukasmartinelli/pgfutter · fetched 2026-08-28 · 62c1d29fd07a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lukasmartinelli/pgfutter | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="lukasmartinelli/pgfutter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem