Expand description
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 database queries
- Document
Query - Handles document queries
- Field
Data - Handles commands queries Contains the structure of a value represented by a key
- Field
Query - Handles field queries
- Repo
Query - Handles repo queries
Enums§
- Turing
Op - Handles commands queries
Commands to perform on the repo and its contents by the repo owner known as
SuperUser
Traits§
- Turing
Packet - Handles traits queries Ensures that a data structure is converted to bytes before it is sent over the wire