Hi Guys. I need to Save Latitude Longitude value i...
# orm-help
s
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
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
For now saving those values and finding the closest points would need to be done via a raw query itself.
šŸ‘ 1
s
Thanks @Ryan @divyendu
šŸ™Œ 1