This repository contains logic models created using the Database Markup Language (DBML). DBML is a simple, readable DSL language designed to define and document database structures.
- Editable Source Code: The
.dbml
source files can be easily edited to reflect any changes in the database schema. - Visualization: With the help of dbdiagram.io, these DBML files can be visualized as clear and concise diagrams, making it easier to understand the relationships and structure of the database.
- Clone the repository to get access to the
.dbml
files. - Make any necessary modifications to the DBML files as per your domain modeling needs.
- Visit dbdiagram.io and upload your
.dbml
file to visualize the database structure.
The .sql
scripts in this repository are designed to be compatible with Microsoft SQL Server. You can generate scripts from .dbml
for other DBMS (Database Management Systems) using dbdiagram.io
Feel free to contribute or suggest improvements to the models!