View source | View content page | Page history | Printable version   

Projects:IndexedDB In Openbravo

Introduction

Since 20Q4 release, Openbravo uses IndexedDB to store all information required by the frontend application to support offline operation, including:

IndexedDB is used extensively through the application, using specialised APIs which allow the developers to define new data models and logic, and which are inherently extensible so developers can also add new models and logic to existing models, using modules.

This document consolidates all API specifications, how-tos and guides specifically related to IndexedDB.

In previous versions, Openbravo used WebSQL for the same purposes as IndexedDB. However, WebSQL has been abandoned as the technology is currently being phased out by modern browsers. In this document you will also find guides designed to help developers migrate out of the old WebSQL-based Openbravo APIs and into the new IndexedDB-based ones.


Documentation

Retrieved from "http://wiki.openbravo.com/wiki/Projects:IndexedDB_In_Openbravo"

This page has been accessed 2,892 times. This page was last modified on 2 September 2020, at 16:20. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.