Y
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
coolbloke1324
4123 days ago
Does sqlite run in a browser via JavaScript? I didn't think they had a JavaScript version...
link
frik
4123 days ago
WebSQL:
http://en.wikipedia.org/wiki/Web_SQL_Database
; IndexedDB in Firefox is based on SQLite.
link