Index of actions
Skytable currently supports the actions listed in this document. You can find all the actions classified by scope, model and type below. Do note that this list doesn’t include DDL actions. For DDL, see this document.
Global Actions
These actions can be used globally irrespective of the underlying keyspace or table properties:
Key-value actions
These actions can be used on Keymap model tables which is essentially an extensible key/value store.
Generic actions
These actions can be used on all Keymap tables irrespective of the key/value type in the table definition:
String actions
These actions can be used on keymap tables that have string types (such as str
and binstr
) in both the key and value:
List actions
These actions can be used on keymap tables that have list types (list<type>
) as their value type: