Skip to content

ZeroMarker/findtable

 
 

Repository files navigation

findtable

Find table structure tool.

Because the table structure and data of iris are stored in a global way, when fetching data, you can use $P or $LG to get the value of the corresponding field. To find the specific piece location, you need to view it through cachesqlstorage and cachestorage, which is inconvenient. It is fixed to write a table structure query tool to find all indexes and field descriptions through package name and class name, which is convenient for developers to write code.

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

  1. Clone/git pull the repo into any local directory

    $ git clone https://github.com/wanghc/findtable.git
    
  2. Open the terminal in this directory and run:

    $ docker-compose build
    
  3. Run the IRIS container with your project:

    $ docker-compose up -d
    
  4. Access findtable or findglobal with browser

How to Test it

Open IRIS terminal:

$ docker-compose exec iris iris session iris
USER>write $zv

进入界面

  1. Input PackageName,ClassName / GlobalName

  2. Click the find button

  3. Find Table Page

    演示

Releases

No releases published

Packages

No packages published

Languages

  • ObjectScript 66.5%
  • JavaScript 31.2%
  • CSS 1.4%
  • Dockerfile 0.9%