Languages

Menu
Sites
Language
use SQLite database

Hello,

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

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

Responses

6 Replies
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.