inmemorydatabase
Mobile icon

InMemoryDatabase

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 17 Oct (19 hours ago)
 by 
0.0
 (0 ratings)
inmemorydatabase

InMemoryDatabase

Details
This component enables you to use in-memory mobile databases! Simply put, in-memory databases are stored entirely in memory rather than being written to disk. If you need to manipulate or store data quickly without the drag of disk I/O overhead, an in-memory database is an enormous asset for your OutSystems Mobile applications.
Read more

Here is how you can integrate the in-memory database functionality into your OutSystems Mobile applications:

  1. Download and Install: Download and install the component in your environment like any other.

  2. Manage Dependencies: Reference the component using the Manage Dependencies feature.

  3. Initialize the Database: The component contains a single action, the InitInMemoryDatabase.

We recommend placing the InitInMemoryDatabase action on the OnApplicationReady system event.

?? Why do we need the action? The InitInMemoryDatabase action itself has no internal logic beyond checking if Cordova is defined. It was created solely to provide a necessary reference point, which prevents the component from being mistakenly removed when the "Remove Unused Dependencies" feature is executed.


Important Note on Support: This component was developed by the Native Development Experts team under the OutSystems Professional Services, and as such, it is not officially supported by OutSystems. However, improvements and fixes can be secured by requesting a service through OutSystems Professional Services.

Remember, you must build a new version of your application using MABS and reinstall it on your devices after implementation! Developers can still use the Local Storage feature in Service Studio, as the entities and attributes created there are used to generate the database structure; the component only changes the location where the database resides.

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category