javascriptdatabasetizen

How to Use a Database with a Tizen 6.5 Web App Using Only HTML, CSS, and JavaScript?


I am developing a web app for Tizen 6.5 and am only using HTML, CSS, and JavaScript. I need to implement database functionality to store and manage data within the app

Is it possible to use a database like MySQL or SQLite directly with just HTML, CSS, and JavaScript in a Tizen 6.5 web app? If not, what are the available alternatives for data storage in this context? Are there any client-side database solutions or APIs that I can use in a Tizen web app?

I'm looking for ways to handle data storage in my Tizen 6.5 app without relying on server-side technologies.


Solution

  • There are several options described in the documentation

    you can choose the best option for your purposes.

    Described options are:

    There are some examples how to utilise every approach for storing application data.