I’m sorry if this question has already been asked, but is there a good place to see how sqlite storage is used/supposed to be used? like a github repo would suffice here. I’ve looked at tons of videos, they all have different things. And the documentation is not at all helpful when it comes to sqlite. It seems like there is no up to date information on this subject.
My main issue it that I need to store things locally, and I have been able to get local storage to work but I heard that has a possibility to get deleted. So I am trying to implement sqllite but whenever I do something that either a video or some documentation tells me, I get red squiggles and it won’t work. I will need to query some data from the datasets that I will be using.
Every tutorial that I come across is outdated and doesn’t work. Any repo that successfully saves and queries data would be much appreciated.