Open develop7 opened 10 months ago
Faced the same problem. The DLL files was found in the following paths: ..\PostgreSQL\15\bin
..\PostgreSQL\15\lib
Just copy this DLLs in folder with postgrest.exe and it works as intended. This need to be fixed for sure, but I hope this helps to use it right now
Is it the same with chocolatey? https://community.chocolatey.org/packages/postgrest
I thought scoop/chocolatey handled dependencies.
Scoop package was definitely affected, probably is still.
Nix on Windows making progress! https://github.com/NixOS/nix/pull/8901. Maybe there's a future where we can get a static binary for Windows too.
cc @wolfgangwalther
Environment
Description of issue
postgrest.exe --help
should output help text to the console; instead it doesn't start complaining this or that DLL is missing (6 of them total)Reproducing:
winget
command),winget install PostgreSQL.PostgreSQL
)scoop install postgrest
postgrest.exe --help
Notes
I've copied required DLLs out of the pgAdmin bundled with PostgreSQL, so here's the listing of a directory with working PostgREST: