[][src]Crate turingdb_helpers

TuringDB-Helpers is a crate that make it easier to interact with the TuringDB server and is recommended for application developers

#Usage

Cargo.toml file

[dependencies]
bincode = #add latest version here
turingdb-helpers = #add latest version here

Structs

DbQuery

Handles all queries releated to fields

DocumentQuery

Handles all queries releated to fields

FieldData

Contains the structure of a value represented by a key

FieldQuery

Handles all queries releated to fields

RepoQuery

This struct handles all repo related queries like dropping a repo or creating one

Enums

TuringOp

Commands to perform on the repo and its contents by the repo owner known as SuperUser

Traits

TuringPacket

Ensures that a data structure is converted to bytes before it is sent over the wire

Functions

from_op

Converts a database operation to a header using the TuringOp enum

to_op

Converts a database operation from a header to TuringOp enum variant