# @dbml/cli

See our website [@dbml/cli](https://dbml.dbdiagram.io/cli/) for more information

## Installation
```shell
npm install -g @dbml/cli

# or if you're using yarn
yarn global add @dbml/cli

# or use with npx 
npx -p @dbml/cli dbml2sql schema.dbml -o schema.sql
```
