Skip to content

Releases: dosaki/sqlow

Release 0.1.3

30 Jun 08:52

Choose a tag to compare

Fixed CLI options not being applied

Release 0.1.2

29 Jun 17:12

Choose a tag to compare

Fixed adding options when the config file doesn't contain an options …

Release 0.1.1

29 Apr 12:46

Choose a tag to compare

Added --dry-run which will print the SQL that Sqlow will run to stdout.

Example usage:

sqlow -pSup4rS@f3P@ssw0rd --dry-run run ./migration.yml > migrations.sql

Notes:

MariaDB and MySQL DO NOT support dry runs! See why here and here.

Release 0.0.10

29 Apr 12:33

Choose a tag to compare

Release 0.0.10 Pre-release
Pre-release
Added dry runs (except for mysql/maria - until I figure out an altern…

Release 0.0.9

23 Apr 15:56

Choose a tag to compare

Added Snap command

Release 0.0.8

23 Apr 14:47

Choose a tag to compare

fixed snap

Release 0.0.7

23 Apr 13:45

Choose a tag to compare

Changed how version gets set. Adding snap config

Release 0.0.6

23 Apr 09:56

Choose a tag to compare

Fixing no-zip option

Release 0.0.5

23 Apr 02:45

Choose a tag to compare

Removing unknown line

Release 0.0.3

16 Apr 11:33

Choose a tag to compare

Added build & release workflow