Convert between DBML database markup and SQL schema files.
Convert DBML file to SQL and vice versa
dbml2sqlsql2dbml$ dbml2sql schema.dbml -o schema.sql$ sql2dbml schema.sql -o schema.dbml$ dbml2sql schema.dbml --mysql -o schema.sql$ dbml2sql schema.dbml --postgres -o schema.sql$ dbml2sql schema.dbml