Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use Postgres extensions like postgis directly in edgdedb?

Tags:

postgis

edgedb

I'm new to EdgeDB and want to use it in my current project. The issue is I'm using the postgis extension extensively right now. I am aware that supporting gis is on EdgeDB's roadmap, but is there a way to use it directly?

like image 748
omid Avatar asked Oct 15 '25 13:10

omid


1 Answers

Currently there is not a way to use postgres extensions generally or postgis specifically. As noted, gis support is planned as well as a generic extension system.

like image 198
fmoor Avatar answered Oct 19 '25 09:10

fmoor