DataStore JavaScript SDK
Data Store is a Catalyst Cloud Scale component that offers robust RDBMS solutions without the hassle of having to implement a complex setup. The entire infrastructure and setup required to ensure seamless scalability is handled by the Catalyst cloud.
You can perform operations like creating tables and columns, CRUD operations on data stored in the table, and define roles and permissions directly using the intuitive UI present in the Catalyst console.
Prerequisites
You will need to install the following packages to be able to use the DataStore SDK methods.
Import Requirement
You will need to import the following modules to use the DataStore SDK methods.
const { Datastore} = require('@zcatalyst/datastore');//DataStore module
List of SDK Methods
The following table contains the list of SDK methods that can be used to perform operations in the DataStore through code.
| Category | SDK Method | Required Scope |
|---|---|---|
| General Operations | Get DataStore Instance | No requirement |
| Table Operations | No requirement | |
| Column Operations | Get Column Metadata | No requirement |
| Row Operations | No requirement | |
| Bulk Operations | Admin | |
| No requirement |
Last Updated 2026-07-02 14:51:41 +0530 IST
Yes
No
Send your feedback to us