I'm about to start a Node.js with a lot of POI (point of Interest) that will be saved on SQL database.
Is there a way to make proximity searches (ie find all POI near a given point within a given range) easily with SQL and Node? I would like to use geohash algorithm + bookshelf for ORM but I can't find any document on the Internet explaining how to start.
Mongodb has a geo spatial index. I would like the same thing but with SQL.
Any help would be welcome