package profanedb.protobuf

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

service Db

db.proto:33

message FieldOptions

options.proto:33

These options should be used during schema definition, applying them to some of the fields in protobuf

message Key

storage.proto:32

A Key uniquely identifies a message stored in the database

Used in: DelReq, GetReq, PutResp, StorableMessage

message MessageTreeNode

storage.proto:45

A Message might depend on other messages to be stored first

message StorableMessage

storage.proto:39

A StorableMessage has a unique Key and a serialized representation of the object

Used in: MessageTreeNode