Vladimir Vukićević — Words
 

Archive for April, 2009



HTML5 Web Storage and SQL

There’s been a lot of interest around the Web Storage spec (formerly part of whatwg HTML5), which exposes a SQL database to web applications to use for data storage, both for online and offline use.  It presents a simple API designed for executing SQL statements and reading result rows.  But there’s an interesting problem with [...]