Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 745 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 745 Bytes

DBML for Windows

Как пользоваться

  • Склонируйте репозиторий
  • docker build -t dbml .
  • Разместите файлы .dbml в папку dbml
  • Разместите файлы .sql в папку sql
  • sh start.sh (MacOS, Linux) или запустите start.bat (Windows)
  • Рядом с исходными файлами появятся их преобразованные версии

How to use

  • 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