Can't get started nim with a simple postgres querying
After bypass the warning nim c --passL:"-Wl,-no_warn_duplicate_libraries" dbtest.nim Run Got this error. $ ./dbtest could not load: libpq.dylib (compile with -d:nimDebugDlOpen for more information) Run
Can't get started nim with a simple postgres querying
It's my first day using Nim. It looks great from my Python perspective, but I'm stuck and finding it difficult to perform a simple database query. I installed Nim with `brew install nim` ('m using a macbook M1). The hello-world app built and ran just fine. I want to execute a simple SELECT stat