语言

Menu
Sites
Language
use SQLite database

Hello,

         Give me idea how to use SQLite database in web based application.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

6 回复
Marco Buettner
See the documentation http://www.w3.org/TR/2010/NOTE-webdatabase-20101118/ or (recommend) http://www.w3.org/TR/2011/WD-IndexedDB-20111206/
tribhuvan bhardwaj
thnx for your reply but i ask SQLite uae in tizen web not webSQL.
Marco Buettner
webSQL use SQLite... Where is the problem? Instead you can use https://github.com/kripken/sql.js
tribhuvan bhardwaj
hey Marco, thanks for your reply but i have problem with in which location data save .i want to know those location where data used to save.
Marco Buettner
wie webSQL the databse will be create in this location /opt/apps//data/.webkit/databases
tribhuvan bhardwaj
Hello Marco, thnx for your grt reply.