Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 322 Bytes

edgedb-postgis

Currently make and the gen_ext_postgis.py script should be run from inside an edgedb development venv.

To build, install, and test into a dev env:

  • make
  • python scripts/gen_ext_postgis.py
  • make zip
  • edb load-ext postgis--3.5.0.zip
  • edb test tests/test_edgeql_postgis.py