Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 426 Bytes

Fly

Create new flyway scripts under src/main/migration and open them in VsCode with one command.

Installation

Install Go, then run:

go get github.com/setlog/fly

Usage

fly # creates src/main/migration/VXXX.XXX__migration.sql
fly my_change # creates src/main/migration/VXXX.XXX__my_change.sql

The file is then opened in VsCode if you have it installed, i.e. code is in your PATH.