dbml-cli

Convert between DBML database markup and SQL schema files.

brewmacoslinux
Try with needOr install directly
Source

About

Convert DBML file to SQL and vice versa

Commands

dbml2sqlsql2dbml

Examples

convert DBML file to SQL$ dbml2sql schema.dbml -o schema.sql
convert SQL file to DBML format$ sql2dbml schema.sql -o schema.dbml
convert SQL and save to specific database dialect$ dbml2sql schema.dbml --mysql -o schema.sql
generate SQL from DBML with PostgreSQL syntax$ dbml2sql schema.dbml --postgres -o schema.sql
view DBML file contents without converting$ dbml2sql schema.dbml