Releases: realhugn/go-dump
Releases · realhugn/go-dump
Go-Dump v0.0.1
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.