Mirror of
forum.nim-lang.org
index
5292 :: How to use Postgres with Nim on Windows - problems with drivers
[2019-10-06T19:31:30+02:00]
View Orginal
siloamx
(orginal)
[2019-10-06T19:31:30+02:00]
view original
I would like to use Postgres with Nim on Windows. I put libpg.dll in the app directory but still I had compilation errors. What libraries are nessesary to install to make it working? Do I need to put them in any special directories? Best regards.
treeform
(orginal)
[2019-10-07T22:59:45+02:00]
view original
What error do you get? Does it say anything?
siloamx
(orginal)
[2019-10-08T20:17:07+02:00]
view original
I've got
could not load: libpq.dll
Run
however libpg.dll is in the app directory.