Languages

Menu
Sites
Language
databases

Hi all

 

what kind of database is prefered to use on Tizen web platform? Web sql or indexedDB?

Thanx in advance

Responses

2 Replies
Eugene B

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.

 

Alex Ces

oh, I didn't know about that.

Thanx for the clarification.

-Alex