pdmreader-en

a simple app for you browsing powerdesigner PDM file

View project on GitHub

PDMreader a simple app for you browsing powerdesigner PDM file

Introduction

PDMreader can open PowerDesigner pdm file which encoded in xml,and show table list ,column details,indexes,keys,triggers , procedures and functions. you can use search bar to filter the tables which table name or table code or column name or column code match the key word.the app can also generate a simple creating table sql.

Tutorial

  • Launch the app,tap the Open PDM button on the startup interface to open a file.
  • You can pick a file in your phone or iCloud storage, Or pick a file which is used recently.
    pick file

  • Now you have opened a PDM file,then PDMreader show you a table list.
    table list

  • On the table list interface,you can use search bar to filter the tables which table name or table code or column name or column code match the key word.
    search

  • Tap arrow sign to the right of any table items in the table list,colunm list will show.Tap arrow sign to the right of any column items,you can get the column detailed information which include data type、data length、mandatory and comment.
    column list

  • Tap Index Keys Trigger tabs on the bottom of table details page,then show Index/Keys/Trigger details. column list

  • On the column list interface,tap the Create table SQL button,then generate a simple sql of creating table. So far,only table name、data type、data length and mandatory are included in the sql.You can copy the sql by tapping the Copy button.
    sql

  • Tap Procedures tab,then show procedures details.click every line to show procedures and functions text. column list

Contact

If you encounter any issues when using PDMreader, You can contact us By email: rockyswang@icloud.com

Privacy policy

scanning on wechat.

table list