Hacker News new | ask | show | jobs
by paulrd 4123 days ago
I think a lot of projects use sqlite for client side persistence. I know mega (https://mega.co.nz/) did.
1 comments

Does sqlite run in a browser via JavaScript? I didn't think they had a JavaScript version...
WebSQL: http://en.wikipedia.org/wiki/Web_SQL_Database ; IndexedDB in Firefox is based on SQLite.