Offline application needing database
Posted: Thu Oct 06, 2011 2:24 pm
I am building an application in javascript that needs to be able to run completely offline. The problem is, I need to know if the browser crashes, or is accidentally closed, that the data will be recoverable. What is the best way to store data to use in an active app and store in a file?
I have looked at SQLite, but am not sure it stores data persistently or how to pull the data from a file once browser has been closed/reopened.
Thanks for the help!
I have looked at SQLite, but am not sure it stores data persistently or how to pull the data from a file once browser has been closed/reopened.
Thanks for the help!