vapor-community / postgresql

Robust PostgreSQL interface for Swift
MIT License
131 stars 33 forks source link

Support for PostGIS #37

Open shial4 opened 7 years ago

shial4 commented 7 years ago

PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.

I would love to see support for it in our Vapor postgresql driver. To be able to declare those types and to run queries from Fluent

http://postgis.net

t3ndai commented 7 years ago

I also would love to see support for PostGis in Fluent and Postgres Driver

dart-h-vader commented 6 years ago

+1 to this. I would say this is the only thing holding me back from making a complete move. On the other hand, can we use raw query for GIS?

plarson commented 5 years ago

I have a project with PostGIS support, any feedback is welcome:

https://github.com/plarson/fluent-postgis

kylebshr commented 4 years ago

@plarson looks fantastic, about to give it a go. Would be great to have official Vapor support though!