Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request
stringtable name


Response
UUID or niltable ID or null when table with the given name does not exist

SCHEMAS_GET = 5

Request
UUIDtable ID
arrschema IDs


Response
map (int → array (array))Map from schema ID to columns. Column is represented by an array of values for: name, type, isKey. The array can contain extra data in future for additional properties.

TUPLE_UPSERT = 10

Request
UUIDtable ID
intschema ID
arrvalues for all columns in given schema (nil when value is missing for a column)

...