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 in mobile and TV applications only

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

  • Web SQL Database in mobile applications only

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

  • Dependencies
    • Tizen 2.4 and Higher for Mobile
    • Tizen 2.3.1 and Higher for Wearable
    • Tizen 3.0 and Higher for TV