- Склонируйте репозиторий
docker build -t dbml .
- Разместите файлы .dbml в папку dbml
- Разместите файлы .sql в папку sql
sh start.sh
(MacOS, Linux) или запустите start.bat (Windows)- Рядом с исходными файлами появятся их преобразованные версии
- Clone the repository
docker build -t dbml .
- Place the files .dbml to the dbml folder
- Place the .sql files in the sql folder
sh start.sh
(macOS, Linux) or run start.bat (Windows)- Converted versions of the source files will appear next to the source files