Skip to main content
While the Database Toolkit is for querying, this toolkit is for managing the structure and data of internal Smart Tables. It provides NoSQL-style database capabilities within the platform.

Tools Overview

Smart Table Manager configuration with table access and column/row management tools Smart Table Manager Table Information and Table Management tools
  • Column Ops: Add Column, Rename Column, Change Type.
  • Row Ops: Insert Row, Update Row, Delete Row.
  • Table Ops: Create Table, Drop Table.
  • Table Info: Get Schema, List Tables, Get Row Count, Get Table Stats.
  • Data Ops: Query Rows, Filter Data, Sort Data, Search.

Supported Data Types & Limits

Supports String, Number, Boolean, Date, JSON, and Reference types. Limits include 100,000 rows per table, 200 columns per table, and 10MB max cell size.