Support for DBML (Database Markup Language)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13k
- Forks
- 1.4k
- Avg merge
- 15h 36m
- Merged PRs (30d)
- 3
Description
Language
DBML (Database Markup Language) is a simple and readable DSL (Domain Specific Language) for describing database structures. It allows developers to define tables, columns, indexes, and relationships in a clean, declarative format, often used for schema modeling and documentation. DBML is widely adopted with tools like dbdiagram.io and is open standard.
Additional resources
- Official website: https://dbml.dbdiagram.io
- Syntax: https://dbml.dbdiagram.io/docs
- GitHub repo: https://github.com/holistics/dbml
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the DBML syntax documentation and the linked DBML repository to identify the syntax Prism needs to recognize. No implementation files or tests are named; done means adding DBML syntax-highlighting support with coverage for the documented language constructs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100