Y
Hacker News
new
|
ask
|
show
|
jobs
by
coolbloke1324
4122 days ago
Does sqlite run in a browser via JavaScript? I didn't think they had a JavaScript version...
1 comments
frik
4122 days ago
WebSQL:
http://en.wikipedia.org/wiki/Web_SQL_Database
; IndexedDB in Firefox is based on SQLite.
link