Client-side SQL database in Javascript
I was thinking today about how a person might go about creating a rich offline web application for devices like the iPhone, where your application may need to run entirely from cache from time to time. In the extreme example, you could imagine an application that stored its data entirely on the client side, and […]