package cosmos.orm.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message PrimaryKeyDescriptor

orm.proto:34

PrimaryKeyDescriptor describes a table primary key.

Used in: TableDescriptor

message SecondaryIndexDescriptor

orm.proto:75

PrimaryKeyDescriptor describes a table secondary index.

Used in: TableDescriptor

message SingletonDescriptor

orm.proto:98

TableDescriptor describes an ORM singleton table which has at most one instance.

message TableDescriptor

orm.proto:19

TableDescriptor describes an ORM table.