<archive for="databases">
Getting Started with HTML5 Local Databases
Client-side storage is one of the most interesting features in HTML 5 and it has a lot of uses, specially for browser apps. If you want to start experimenting with local databases, Ben Lister came up with a great tutorial about this feature: Getting Started with HTML5 Local Databases.
Client-side databases using HTML5
Web SQL Database is a set of APIs created to manipulate client-side databases using SQL. Since the databases are stored on the user’s browser, this could allow web applications to work online and off-line. You can see a complete usage example of Web SQL Databases created by html5rocks.
