Hi all, I'm trying to use datahike 0.3.1-snapshot with postgres backend and keep running into walls, first I couldn't connect even though I provided a password until I changed the pg_hba.conf to trust local connections, now when I (d/create-database uri)
I get a This ResultSet is closed.
error.
Then I needed to create the databse under /path
myself, which the documentation doesn't clarify if I should do it or if it's handled by the library.
Moreover there's a hole in the documentation for datahike-postgres and the docstring: the function datahike.config/reload-config
does not exist 😞
My uri is nothing complicated, just datahike:<pg://user>:password@localhost:5432/path
Am I way off base here?
I'm getting the closed connection exception with postgres in docker and without
Wanted to do some sanity checking so started from a blank slate project, in which it works. Will investigate further
I can't explain exactly what happened, but it seems like lein clean
fixed everything.
Please file it under false alarm