Would it be bad to add automatic handling of inserting Clojure vectors to pg arrays and vice versa?
To a sql tool
What can go wrong?
This is specifically for https://github.com/babashka/babashka-sql-pods/
Hey! I'm looking for a lightweight way to do migrations. I'm using next.jdbc
. Any suggestions?
I've been using migratus for a long time now. Works great for us.
The issue there is that to communicate with a pod (a kind of RPC server), we have to serialize arguments. But Java arrays aren't supported in EDN or transit by default.
Thanks! I'll give Migratus a try. https://github.com/yogthos/migratus