Is Postgres compatible?
giautm opened this issue · 2 comments
giautm commented
I think this example also compatible with Postgres. Because they have a plugin called PostGIS (https://postgis.net). It's provides geometry(Point,4326)
type and ST_GeomFromWKB
as well
a8m commented
Hey @giautm, sorry for the delayed response. I didn't see it.
I'll give a try to PostgreSQL and update you.
giautm commented
I have tried and update my comment from POINT to geometry(point,4326). It's working well. Need you verify again.