You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was aiming at option 2. A persistent database that could save tracks even between restarts of the app. Preferably with multi-user support, or at least ready for it (see #2)
Could be BoltDB, I've just been reading into it. Depending on your experience with it, you could give it a shot.
Something like sqlite might also work (and sqlite could be opened with sqlite viewer apps, as a nice addition)
MongoDB could be an option, but that's a bit heavy.
The current app only saves the last known location. There is no database that can save tracks.
The text was updated successfully, but these errors were encountered: