Database Schema Model
Overview
The Database Schema Model (DSM) artefact in codbex platform is a representation of the database schema structure in a declarative format. It allows users to define and manage database schema metadata, including tables, columns, constraints, and relationships.
TIP
File extension: *.dsm
Syntax
The syntax of a DSM file is XML, representing a hierarchical structure of tables and their attributes.
Purpose
DSM files facilitate data modeling by providing a structured approach to define and visualize database schemas. They help in planning and designing database structures before implementation.