Ionic 6 + SQLite

Hi everyone, I’m working on a simple project to practice registration, login and updating user data from a database. My idea is to use SQLite as practice and then move on to firebase.

You can also recommend me other technologies apart from SQLite

Is there any tutorial/documentation that supports ionic 6?

Does it need to be SQLite? You could just do a key/value paired storage with things like @ionic/storage-angular

1 Like

Thanks for answering. I’m not really forced to use SQLite but I think it would be a good idea to store everything in a database like the user and its different categories before doing it with Ionic Storage.

I will investigate about Ionic Storage to see how it works and if it convinces me I will end up using it to practice :slightly_smiling_face:

I’m with @mhartington - stay away from SQLite as long as you possibly can. It carries a ton of overhead and you are going to spend an inordinate amount of time fighting with getting it to work that you’ll very likely not be able to reuse or leverage in the future.