WebKit Now Featuring Local Database Storage

2008:10:22

I’m not sure I still believe what I’m reading but apparently WebKit, the browser engine behind Safari, provides access to a local SQL database for web application data storage.

It looks like storage is allocated per domain and you can access the database directly from JavaScript.

Read more on the webkit blog!