I have some issue to connect to a postgresql database with a password.
I can connect without problem with next.jdbc
but datahike yields an auth error.
I encoded the password string into url but then output uri seems to not working.
anyone had the same issue?
The error seems to disappear with 0.3.1-SNAPSHOT of datahike-postgres
🙂