zonkyio/embedded-postgres

Postgis?

misev opened this issue · 2 comments

misev commented

Question: is it possible to enable postgis in some way?

You can compile the binaries manually and include postgis extension by passing the postgisVersion parameter. Check the instructions here: https://github.com/zonkyio/embedded-postgres-binaries#build-only-a-single-binary. However, the only platform supported at the moment is Linux. Other platforms such as Windows or macOS are not supported now and maybe never be.

misev commented

That's great, thank you for clarifying!