I am developing trading software, front end qdevelop and back end sqlite3. There was a problem that is when save the record through the application that doesn't store in a database after close the application. I think the problem is in db-journal file. And how could i commit the data from db-journal file to original .db file. Any fix the problem.
Thanks in advance.