언어 설정

Menu
Sites
Language
A few questions on Web SQL Database

I've read all the docummentation I could find on Web SQL, but unfortunately it didn't cover all the things I'd like to know: 

1. How to delete such database? 

2. Is it possible to create it in a different location than '.webkit/databases' ? 

3. What are the current size limitations on one database? 

4. It is possible somehow to access external SQLite database via Tizen Web SQL API ? 

Thank you!

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
Marco Buettner
1. Currently no way to drop a WebSQL database. But you can delete browser files maybe it have influence of the webapps. Otherwise you can try to use PersistenceJS https://github.com/zefhemel/persistencejs 2. No 3. I may remember that it was 8 MB on Tizen. But you can try to use the privileg UnlimitedStorage 4. No, u can not access external dbs by WebSQL API.
Ivash
Thank you!