datamodel2markdown
Reactive icon

DataModel2Markdown

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded
 on 19 Feb
 by 
5.0
 (2 ratings)
datamodel2markdown

DataModel2Markdown

Compatible with:
Created on OutSystems 11

Version 1.0.4

Stable
Current
See documentation
Uploaded on 19 Feb by 
Compatible with:
Version 11
11.14.0 or higher
Database:
All
Release notes:

Minor bug fix.

Added information regarding Indexes to help LLMs have a comprehensive context about your data model:

  1. Clustered vs Non-Clustered - Critical for query optimisation understanding
  2. Foreign Key Relationships - Helps understand data relationships
  3. Included Columns - Important for covering index strategy
  4. Unique constraints - For data integrity understanding

Example:

## Indexes

### Application 
- PK_OSSYS_APPLICATION (Primary Key, Clustered): ID ASC 
- OSIDX_OSSYS_APPLICATION_3KEY (Unique, Non-Clustered): KEY ASC 
- OSIDX_OSSYS_APPLICATION_9CREATEDBY (Non-Clustered): CREATEDBY ASC  
   - Supports FK: Application.CreatedBy -> User [On Delete: Protect]

Application Objects:
DataModel2Markdown has 3 AOs.

Version 1.0.3

Stable
See documentation
Uploaded on 10 Feb by 
Compatible with:
Version 11
11.14.0 or higher
Database:
All
Release notes:

Minor bug fix.

Added a new section with the details for the Static Entities, e.g.:

## Static Entities

### Gender

Description: Gender List

Id: 1; Label: Male; Order: 1; IsActive: True

Id: 2; Label: Female; Order: 2; IsActive: True

Application Objects:
DataModel2Markdown has 3 AOs.

Version 1.0.2

Stable
Uploaded on 18 September 2025 by 
Compatible with:
Version 11
11.14.0 or higher
Database:
All
Release notes:

Minor bug fix:

  • Restrict output to active Entities and eSpaces only
Application Objects:
DataModel2Markdown has 3 AOs.