This topic describes the SQL query operations that the Tablestore Node.js SDK supports.
Notes
Starting with version 5.2.0, the Tablestore Node.js SDK includes support for the SQL query feature. Ensure you have the correct version of the Node.js SDK installed to use this feature.
For more information, see the historical iterations of the Node.js SDK.
Feature list
Operation | Description |
Create a mapping relationship for an existing table or index by using the | |
Add or delete property columns for an existing mapping table by using the | |
Delete a mapping relationship by using the | |
List the mapping tables in the current database by using the | |
Query the description of a table, such as field names and field types, by using the | |
Query the description of a table's index by using the | |
Query data in a table by using the |