I have a sqlite database, I’m using a function to load the database.
I can only get the database to show the contents in all the states not just specific states. Can’t I just call the function in say state1
here is how I’m calling the function.
Component.onCompleted: get_db(3)
↧