dbml-cli

Convert between DBML and SQL database schema formats

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$ sql2dbml schema.sql -o schema.dbml
Convert DBML to SQL for specific database$ dbml2sql schema.dbml --db-type postgres -o schema.sql