zonkyio / embedded-postgres

Java embedded PostgreSQL component for testing
Apache License 2.0
344 stars 43 forks source link

Postgis? #59

Closed misev closed 3 years ago

misev commented 3 years ago

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

tomix26 commented 3 years ago

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 3 years ago

That's great, thank you for clarifying!