An open API service indexing awesome lists of open source software.

https://github.com/setlog/fly

Fast Flyway script creation.
https://github.com/setlog/fly

Last synced: 4 months ago
JSON representation

Fast Flyway script creation.

Awesome Lists containing this project

README

          

## Fly

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

### Installation

Install Go, then run:

```bash
go get github.com/setlog/fly
```

### Usage

```bash
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`.