Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Well for one, this SQLite.js is completely useless without persistence. All you need is some way to get the contents of the database and save it to a file.

That way if you have some new type of architecture that's not supported by SQLite, but you do have a JavaScript VM available you could really easily whip up an SQLite based app without going to the trouble of porting SQLite itself.



It would be nice if you could bake in schema and data with SQL.js itself; it might be useful for querying static data, such as a local auto-complete.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: