语言

Menu
Sites
Language
Database in web app

 

Hello, 

I'm trying to create database in web app.

 

In tutorial, I found WebSQL Tutorial

But, http://www.w3.org/TR/2010/NOTE-webdatabase-20101118/ this page said

This specification is no longer in active maintenance and the Web Applications Working Group does not intend to maintain it further

Can I use web SQL in Tizen web application ?

If it's not okay, should i use IndexedDB ? localstorage ?

what's diffrenet between Indexed Database and WebSQL ?

 

Please let me know

 

Thanks,

Jenny

编辑者为: Jenny Blossoms 16 10月, 2013

响应

3 回复
Alexander AVSukhov

Hello,

Tizen supports both of them. But according W3C HTML5 specification - WebSQL is  a deprecated specification. This is a recommendation for web developers to no longer use the technology. In this case it's prefered to use an indexedDB.

Jenny Blossoms

 

Thnaks ! Alexander :)

Can I use local storage in tizen ?

and I have another question.

Tizen doesn't have dependency about webbrower ?

I just know the tizen have javascript engine. so always wonder it 

Please let me know :)

Vikram Nyamthi

Hello,

    It should be possible to use local storage in Tizen. Please go through the link :

https://developer.tizen.org/documentation/articles/html5-local-storage

Thanks & Regards

         Vikram