Fork me on GitHub
#babashka
<
2021-07-18
>
borkdude07:07:42

swap-config is there. I’ll add merge config for next release

bubblebobble 3
borkdude09:07:00

Added on master

rafaeldelboni14:07:32

Is there an official babashka setup github action? I found some in the internet, just curious if there is a recommended one

borkdude14:07:16

That's probably the most active one

deleted17:07:47

I feel like babashka might be a good place to have a sql migrations library

borkdude17:07:58

One of the problems with this is that you should then have a sql driver for each popular lib inside bb?

borkdude17:07:00

Yes, in that case the migration lib could probably be written just using source code, not as a built-in one

borkdude17:07:41

not a bad idea

borkdude17:07:56

but yeah if you're using postgres, then pgmig already solves your problem

borkdude17:07:59

you could also modify migratus a bit so it can run using bb pods

borkdude18:07:40

yes, pgmig could be a pod, but it's specific to postgres (hence pg). it's probably best to roll your own or fork migratus