Fork me on GitHub
#sql
<
2023-03-09
>
fabrao18:03:59

Hello, I tried to use uri->db-spec , but it's returning the keys :user and :password as strings, is that correct?

fabrao18:03:19

I'm using com.github.seancorfield/next.jdbc {:mvn/version "1.3.858"}

fabrao18:03:14

{"user" "******",
  "password" "******",
  :dbtype "postgresql",
  :host "localhost",
  :port 59659,
  :dbname "******"

seancorfield18:03:41

That's a bug. Can you create an issue on GH please, so I don't forget to fix this?

fabrao18:03:01

oh, great, thank you