sql

All things SQL and JDBC...
borkdude 2021-03-03T12:10:28.110800Z

Would it be bad to add automatic handling of inserting Clojure vectors to pg arrays and vice versa?

borkdude 2021-03-03T12:10:35.111Z

To a sql tool

borkdude 2021-03-03T12:10:46.111200Z

What can go wrong?

borkdude 2021-03-03T12:11:08.111600Z

This is specifically for https://github.com/babashka/babashka-sql-pods/

teodorlu 2021-03-03T12:11:36.112300Z

Hey! I'm looking for a lightweight way to do migrations. I'm using next.jdbc. Any suggestions?

borkdude 2021-03-03T12:11:55.112400Z

I've been using migratus for a long time now. Works great for us.

👍 1
borkdude 2021-03-03T12:12:41.112900Z

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.

teodorlu 2021-03-03T12:13:50.113Z

Thanks! I'll give Migratus a try. https://github.com/yogthos/migratus