I need to implement two calculators. No needs of external data/process, i just need to compute the form data. Is there a way to do that locally, without calling a server process?
Hello You can use the Sqlite database for local storage. It is possible.