Skip to content
/ pgextract Public

Load or extract data from PostgreSQL in various formats

License

Notifications You must be signed in to change notification settings

n-e/pgextract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgextract - Load & Extract newline-delimited JSON from PostgreSQL

Download

Get the binary for your platform on the releases page

Run

pgextract extract --url postgres://postgres:example@localhost 'select * from t' > out.ndjson

Why pgextract?

  • A well-defined file-format. No more CSVs
  • Export or Load huge tables
  • Great Performance (>200MB/s in many cases). You will be limited by the I/O speed.

Recipes

Coming Soon

About

Load or extract data from PostgreSQL in various formats

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages