I need to implement an SQL database that can make queries using geo-location based logic.
e.g.
select rows within 500m of coordinate x, y
What options are available to do this with sqlite, mySQL, postgreSQL, mariaDB, or something similar?
I need to implement an SQL database that can make queries using geo-location based logic.
e.g.
select rows within 500m of coordinate x, y
What options are available to do this with sqlite, mySQL, postgreSQL, mariaDB, or something similar?