keithwhor / nodal

API Services Made Easy With Node.js
http://www.nodaljs.com/
MIT License
4.51k stars 209 forks source link

Geometric Types #202

Open sylvainlap opened 8 years ago

sylvainlap commented 8 years ago

Hi,

I'm new to Nodal, but seems really awesome.

However, in my psql database, I want to geolocate my users, so I want a geometric type: point. Nodal won't allow me, telling me that this type in un-supported.

Is there a way to handle geometric type, or at least bypass the adapter to create native psql type ?

Regards

keithwhor commented 8 years ago

I'll definitely look into supporting geometric data types in PG. I need to look at PostGIS as well, will do both at the same time.

keithwhor commented 8 years ago

Update: Not sure when this is coming. Will have to think about the best way to support it.

miculprogramator commented 8 years ago

Any news about this feature ?

pajamaw commented 7 years ago

Hi, just wanted to see if anything had changed - looking to implement sylvainap's functionality as well, so any news on the feature or the feature's plan would be great. Thanks for the great work so far!