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

in memory data bases can be very useful! they allow you to slice and dice and aggregate data without you having to write the logic to do that yourself.

I'm guessing this is in memory, the main purpose would be for you to use sqlite in the browser since node already has a sqlite driver, as such, IO blocking is not an issue because there is no IO, it can block the same way that cpu intensive code can block however



You can avoid blocking by running SQL.js in a Web Worker.




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

Search: