DBML (database markup language) is a simple, readable DSL language designed to define database structures.
- It is simple, flexible and highly human-readable
- It is database agnostic, focusing on the essential database structure definition without worrying about the detailed syntaxes of each database
npm install -g @softwaretechnik/dbml-renderer
It can then be used to render DBML files like so:
dbml-renderer -i northwind.dbml -o northwind.svg
- Emacs Mode for DBML (Contributed by ccod)
- Vim Plugin for DBML (Contributed by jidn)
- VSCode Plugin for DBML by duynvu
- Python parser for DBML by Vanderhoof
- FloorPlan: Android's Room to DBML by julioz
- Go parser for DBML by duythinht
- DbmlForDjango: Converter between Django models.py and DBML
- parseServerSchema2dbml: Converter between ParseServer MongoDB _SCHEMA collection and DBML by stepanic
- dbml-renderer: A DBML CLI renderer
- dbml-parser: A DBML parser written on PHP8 by Butschster
- Kacher: Laravel's Database Schemas to DBML by Arsanandha Aphisitworachorch
- d365fo-entity-schema: Generate DBML from Dynamics 365 Finance and Operations