We are making a windows desktop application using Java FX. We will be storing the data in a local MySQL server (on the same computer). We want to ensure, the user can edit/create data only with our application. And cannot damage or modify the information on their own.
Any possible solution to achieve this?