holistics/dbml
Database Markup Language (DBML), designed to define and document database structures observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2719
- days_rel: n/a
- days_push: 15
- n_releases_24m: 0
Adoption not part of the score
3679 stars · 230 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DBML (Database Markup Language) is a simple, human-readable DSL for defining and documenting database structures, database-agnostic in design. It ships as a JavaScript core library (@dbml/core) and CLI (@dbml/cli), with companion tools dbdiagram.io for visualization and dbdocs.io for documentation.
Use cases
- define database schemas in a readable DSL
- document database structures
- convert DBML to SQL DDL for different databases
- visualize database schema as ER diagrams
- generate database documentation from schema files
When to choose
- you want a database-agnostic, human-readable schema definition language
- you need to document or visualize database structures quickly
- you want to generate SQL for multiple database engines from one schema source
When to avoid
- you need full DBMS-specific feature coverage like stored procedures or triggers
- you want migrations/versioning tooling rather than schema definition
- your workflow is already covered by ORM schema definitions
Facets
library · maturity active
parser documentation developer-tools databases developer-tools documentation cli cross-platform dsl database-schema schema-definition dbdiagram erd nodejs
2 sources
- readme: https://github.com/holistics/dbml · fetched 2026-08-28 · ea164f9c1864
- homepage: https://dbml.org · fetched 2026-08-29 · c3155a7f46f1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| holistics/dbml | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem