Dmitri Sotnikov

Results 647 comments of Dmitri Sotnikov

One thing that's been working well for me is the way I manage [macchiato docs](https://github.com/macchiato-framework/macchiato-framework.github.io). There's a `src` branch that has the static site template, and it has [markdown](https://github.com/macchiato-framework/macchiato-framework.github.io/tree/src/resources/docs) for...

@k2052 any word on a pr? :)

@galdolber :+1:

@holmsand this seems like it would be a nice addition.

There is a [special syntax](https://github.com/yogthos/migratus#multiple-statements) for splitting multiple statements. It could be that ; in comments is tripping up the parser.

Yeah, will have to take a closer look at this. If you have time to take a look in the meantime, a PR would be very welcome. :)

The metadata approach is reasonable, and I'm already using `-- :disable-transaction` metadata hint. A single line meta that would point to some EDN seems like a clean approach.

Yup, and that would also be in line with HugSQL syntax.

I haven't been working on it, but I'm open to the idea. There is already some ad hoc metadata parsing happening, so it would probably make sense to turn it...

This should be relatively simple to do with the latest version as each migration now keeps its own db state.