datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
2020-09-02T18:43:46.002Z

I have some issue to connect to a postgresql database with a password.

2020-09-02T18:43:53.002400Z

I can connect without problem with next.jdbc

2020-09-02T18:44:23.003Z

but datahike yields an auth error.

2020-09-02T18:45:10.004100Z

I encoded the password string into url but then output uri seems to not working.

2020-09-02T18:45:15.004300Z

anyone had the same issue?

2020-09-02T19:45:38.004800Z

The error seems to disappear with 0.3.1-SNAPSHOT of datahike-postgres

2020-09-02T19:45:39.005Z

🙂