NoSQL JavaScript SDK
NoSQL is a Catalyst CloudScale component that offers a fully managed, non-relational data storage feature that enables you to store semi-structured, unstructured, and disparate data of your application in either document-type or key-value based JSON format.
The NoSQL JavaScript SDK package enables you to perform CRUD operations in your NoSQL tables in your project. You can fetch the metadata of your NoSQL tables, as well as query tables or indexes of tables by specifying query conditions.
Prerequisites
You need to install the following package to be able to use the NoSQL SDK methods.
Import Requirement
You need to import the following module to use the NoSQL SDK methods.
const { NoSQL } = require('@zcatalyst/nosql');//NoSQL module
List of SDK Methods
The following table contains the list of SDK methods that can be used to perform operations in the NoSQL tables through code.
| Category | SDK Method | Required Scope |
|---|---|---|
| General Operations | Create a NoSQL Instance | Not required |
| NoSQL Operations | Admin |
Last Updated 2026-07-02 14:51:41 +0530 IST
Yes
No
Send your feedback to us