Ruben Vermeersch

Results 194 comments of Ruben Vermeersch

Hi, could you explain what you mean by this?

I like the idea of hooks and I don't mind that they might not be available through the CLI. If we do add them it's probably best to scan for...

Correct! Note: that only applies to the command-line utility. No database driver is included if you use it as a library, so it works perfectly well without CGO.

In all likelihood, these are YAML quirks

Both Go 1.17 and Alpine 3.15 are out, any reason not to go with those? On Tue, Feb 22, 2022 at 8:42 AM Steffen Kanne ***@***.***> wrote: > ------------------------------ >...

I'm not sure this is a good idea. It promotes ad-hoc database tweaking, which is exactly what you should avoid.

@aman00323 sql-migrate depends on [gorp](https://github.com/go-gorp/gorp) for database support, so any incompatibility with cratedb should probably be fixed there.

I would never recommend using the CLI in production. Use `sql-migrate` as a library and embed it into your application.

It's come up before and I'm not a fan. But that shouldn't matter: [`MigrationSource`](https://godoc.org/github.com/rubenv/sql-migrate#MigrationSource) is an interface, so you can just implement your own version in your own application. It...

@paulwalker please open a different issue when asking a different question.