Skip to content

Releases: realhugn/go-dump

Go-Dump v0.0.1

21 Dec 07:05
679597f

Choose a tag to compare

Go-Dump v0.0.1 Pre-release
Pre-release

Release Notes

First stable release of Go-Dump, a high-performance PostgreSQL database export utility.

Features

  • Export PostgreSQL tables to CSV files
  • Concurrent table processing support
  • Progress bars for visual feedback
  • Configurable chunk sizes for memory optimization
  • Flexible column selection
  • Cross-platform support (Windows, Linux, macOS)

Requirements

  • PostgreSQL database
  • No additional dependencies required (binaries are self-contained)

Configuration

See the included config.yaml template for database connection and export settings.

Getting Started

  • Download the appropriate binary for your platform
  • Update the config.yaml with your database settings
  • Run the binary with ./go-dump --config config.yaml

This release provides a complete solution for efficiently exporting PostgreSQL data to CSV format.