teambtcmap / btcmap-ios

iOS application for BTC Map
https://btcmap.org
GNU Affero General Public License v3.0
14 stars 3 forks source link

Setup local db #10

Open lorenzoPrimi opened 1 year ago

lorenzoPrimi commented 1 year ago

Setup local db so caching/querying locally is more efficient

CoachThys commented 1 year ago

Using CoreData ?

salvatoto commented 1 year ago

I had added this to the list originally because we're just using file archiving for now. Although the effort for this might not be worth it at the moment.

CoreData IMO would be best since it's native.