I am currently building a cordova App for Android. Now I want to run a simple sql query to increase a Number on a database every time a button in the app is clicked. How can i realize this? I mean if I run a Query client side, then someone could just run the Query million times and break the server.. I don't know how to make sure everyone can just run the query once. Has someone an idea?
thanks!