Storage

The storage features include information on how you can store data in various formats.

The main storage features are:

  • File

    Enables you to retrieve file content and information, slice data objects, and manage sandboxed file systems.

  • Indexed Database

    Enables you to create an object store, save data in it, and open it.

  • Web Storage

    Enables you to use session storage and local storage.

  • HTML5 Application caches (Optional feature)

    Enables you to activate project resource caching, and manage the cached resources.

  • Web SQL Database (Optional feature)

    Enables you to create databases and access them using SQL statements.

  • Dependencies
    • Tizen 2.4 and Higher
    • Tizen 3.0 and Higher for TV