Loading...
Loading...
Catalyst NoSQL — key-value table store with typed items built via NoSQLItem builder. Partition key required. Trigger on 'NoSQL', 'nosql.table', 'insertItems', 'fetchItem', 'updateItems', 'deleteItems', 'queryTable', 'NoSQLItem', 'document storage', 'flexible schema', or 'Catalyst document database'. Do NOT use when you need SQL joins, ZCQL queries, or a fixed relational schema — use catalyst-datastore instead.
npx skill4agent add catalystbyzoho/agent-skills catalyst-nosql| Catalyst Data Store | Catalyst NoSQL | |
|---|---|---|
| Schema | Fixed, defined upfront | Flexible, per-item (no uniform structure required) |
| Query | ZCQL (SQL-like joins and filters) | Partition key + optional sort key |
| Data type | Structured, relational rows | Unstructured/semi-structured, JSON-format |
| Priority | ACID compliance, complex queries | High scalability, high write throughput |
catalyst-datastorereferences/nosql-basics.mdinsertItemsfetchItemupdateItemsdeleteItemsqueryTableNoSQLItemNoSQLItemnosql.tableinsertItemsfetchItemupdateItemsdeleteItemsqueryTableNoSQLItem| Reference | Load when the query is about… |
|---|---|
| SDK operations ( |