I am making a watch-only watchOS app. I am collecting answers to a few questions and I want to store it in a database on the watch itself.
I know that watchkit supports SQLite, but I couldn't find tutorials on how to set up an SQLite server on apple watch locally to store data.
It would be helpful if I could get links to documentation or example code for setting up and storing data locally on the watch app.