Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

dbml

< >

dbml is a text markup language created in 2019.

#4347on PLDB 5Years Old


Example from the web:
Table users { id integer username varchar role varchar created_at timestamp } Table posts { id integer [primary key] title varchar body text [note: 'Content of the post'] user_id integer status post_status created_at timestamp } Enum post_status { draft published private [note: 'visible via URL only'] }

HackerNews discussions of dbml

title date score comments
Show HN: DBML – simple DSL language to document database schemas 09/02/2019 57 16

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io