Is it possible to install PostGIS in Gigalixir DB?
For our standard tier databases, you should be able to install it with psql using the CREATE EXTENSION command.
You can read more on this here: https://cloud.google.com/sql/docs/postgres/extensions. In the free tier databases, we do not offer extensions.