
Initial Release
TablePluse is an integrated application designed to help developers and teams visualize and understand SQL database tables with clarity. It provides tools to explore table structures, analyze relationships, and gain insights into your data schema β laying the groundwork for future enhancements like UI screen mapping and app design integration.
While TablePluse currently focuses on schema exploration, future updates will introduce:
Clone or download the repository:
git clone https://github.com/AshokThangavel/Interop-LookupTable.git
Build the Docker container:
docker compose --progress plain build
Start the container:
docker compose up -d && docker compose logs -f
Access the InterSystems IRIS System Management Portal at:
π http://localhost:52773/csp/sys/UtilHome.csp
Access the TablePluse:
π http://localhost:52773/csp/user/TablePluse.Home.cls
TablePluse/
βββ csp/ # CSP web pages (.csp)
β βββ TablePluse/ # Main CSP application folder
βββ src/ # ObjectScript source (.cls, .int, .mac), optional if needed
β βββ TablePluse/ # Package namespace (e.g., TablePluse.Data, TablePluse.Utils)
βββ resources/ # Static assets (JS, CSS, images)
βββ tests/ # Unit or UI test code (can include TestProduction classes)
βββ docs/ # Documentation (markdown, diagrams, etc.)
βββ README.md
βββ https://github.com/AshokThangavel/TablePluse/blob/main/LICENSE
Contributions are welcome! If you have ideas, bug reports, or suggestions, feel free to:
This project is licensed under the MIT License β see the https://github.com/AshokThangavel/TablePluse/blob/main/LICENSE file for details.
TablePluse β Understand your data before you build with it.