Database Schema Model
File extension:
*.dsm
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.
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.