Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@KalopsiaTwilight KalopsiaTwilight released this 30 Jan 09:42

Version 1.0.0

At this point I consider the editor to be mostly complete functionality wise so I've decided to make this release version 1.0.0.

The editor now supports the following:

  • Opening & saving of DB2 files via DBCD.
  • Inline editing of table values.
  • Display of metadata for files / columns.
  • Export to CSV file, SQL file, MySQL DB, SQLite DB.
  • Import from CSV file, SQL file, MySQL DB, SQLite Db
  • Find / Filtering of data.
  • Copy / Paste row data.
  • Set/unset big flag for column.
  • Set value of entire column.
  • Replace specific values in column.
  • Replace values in column A based on value in column B.

In addition I've made a little utility tool 'WDBX2Sync' that I used for testing the export/import functionality on every .db2 file I had that can be used for syncing data between MySQL/SQLite/CSV files. Usage information for this tool can be found in the readme of this repository or you can simple use WDBX2Sync.exe -h or WDBX2Sync.exe [command] -h to see the help info.