I\'ve got a super simple little OS X app with a minimal embedded webkit view that needs client-side SQL database support enabled. I\'ve put the test app up on github but jus
Local databases should be done with a javascript you run in the HTML, HTML5 Databases tutorial
You could also try using sqlLite in your app, or core data but I think you want to access it through your HTML?