Hi. I'm about to build an app that has a database of places that has a location (lon/lat) and i'm about to build the dataModel. Actualy the app is very simple and all i want is to be able to fetch all places around the user (say in a radius of 30miles).
Is it better to user SQLite (is there any geo-spatial extension out there)?
I'll have around 5000 places in the database and i'm wondering where i can ask a database without affecting performances.