Skip to content

parameshg/using-dbml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Database Markup Language

DBML (database markup language) is a simple, readable DSL language designed to define database structures.

Benefits

  • 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

Renderer

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

Rendering

schema

Community

About

database markup language

Topics

Resources

License

Stars

Watchers

Forks