Data Store
Catalyst Data Store is a cloud-based relational database management system which stores the persistent data of your application in the form of tables.
Create a New Data Store Instance
To access the Data Store of a Catalyst project, you can create an instance of the Data Store, and enable the methods defined in this class to access the instance object. This will prevent unnecessary server calls.
You must call the getDataStoreInstance() method as shown in the code syntax below, to obtain the Data Store instance successfully:
copyZCatalystApp.shared.getDataStoreInstance(tableIdentifier : String) -> ZCatalystDataStore
Last Updated 2023-09-03 01:06:41 +0530 +0530
Yes
No
Send your feedback to us
Skip
Submit