Add Spatial Capabilities in SQLite
A few days ago, I wanted to add spatial features to my backend. I wanted to store the GPS positions of users and return the closest people to them (like a dating app). Usually, people use PostgreSQL and PostGIS, an extension that enables spatial capabilities, …
Read article