Join Slack
Powered by
Hi Guys. I need to Save Latitude Longitude value i...
# orm-help
s
Subash Ganesh
06/23/2021, 9:31 AM
Hi Guys. I need to Save Latitude Longitude value in postgres. How can I achieve this in prisma. and I need to find the closest points of given lat long Value. Thanks in advance.
ā 1
š 3
d
divyendu
06/23/2021, 9:40 AM
The issues that you might be interested in ā¢
https://github.com/prisma/prisma/issues/1798
ā¢
https://github.com/prisma/prisma/issues/2789
I am also interested in native support for this feature. I am currently doing this in application land (with turf.js)
š 1
r
Ryan
06/23/2021, 9:57 AM
For now saving those values and finding the closest points would need to be done via a raw query itself.
š 1
s
Subash Ganesh
06/23/2021, 10:35 AM
Thanks
@Ryan
@divyendu
š 1
11
Views
Open in Slack
Previous
Next