LibPQ.jl icon indicating copy to clipboard operation
LibPQ.jl copied to clipboard

I install LibPQ but test fails.

Open X3Coyote opened this issue 2 years ago • 1 comments

Hi, I couldn't find anything on this issue, so here I am.

I installed LibPQ.jl except I think I broke it. I installed and ran test but failed. I can use some parts of LibPQ.jl, but a lot of stuff isn't recognized. I can connect to Database, but some functions aren't recognized. What did I do wrong? Here is the test: test1 test2

X3Coyote avatar Jun 18 '23 16:06 X3Coyote

Looks like for the tests you may need to ensure you have a database running: https://iamed2.github.io/LibPQ.jl/dev/pages/faq/#How-do-I-test-LibPQ.jl-on-my-own-computer?

The instructions above show Docker being used but I typically have a PostgreSQL server installed and set the appropriate environment variables for LibPQ.jl to point to it.

iamed2 avatar Jun 30 '23 15:06 iamed2