Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove TABLE_CREATE, TABLE_DROP, add notes

...

Operation codes and request ids are omitted everywhere below for brevity.

TABLE_CREATE = 1

...

TABLE_DROP = 2

...

Basic response.

TABLES_GET = 3

Basic request.

Response
map (UUID -> string)map of table ids and names

Note: tables can only be created/deleted with SQL, there are no TABLE_CREATE or TABLE_DROP operations.

TABLE_GET = 4

Request
stringtable name

...