Skip to content

dmdul v0.1.1

Choose a tag to compare

@greatfinish greatfinish released this 26 Jun 07:26
· 9 commits to main since this release

dmdul v0.1.1

Initial public release of dmdul.

dmdul is an offline Dameng database extraction helper written in Go.

Features

  • Inspect Dameng database files
  • Inspect dm.ctl control file metadata
  • Scan SYSTEM.DBF bootstrap metadata
  • Export user table DDL from offline dictionary rows
  • Export ordinary table rows as INSERT SQL
  • Scan offline partition table metadata
  • Provide CLI commands and documentation

Validation

  • go test ./... passed
  • Windows binary build passed

Binary

  • dmdul_windows_amd64_v0.1.1.zip

Example

.\dmdul.exe --help
.\dmdul.exe inspect -file SYSTEM.DBF
.\dmdul.exe inspect-ctl -ctl dm.ctl
.\dmdul.exe export-ddl -file SYSTEM.DBF -ctl dm.ctl -out schema.sql