Crate surreal_simple_querybuilder
source · [−]Modules
Contains the
Foreign<T>
type used to represent fields that may or may not be
loaded.Contains the
node!
macro to quickly define static strings mapped to a
struct-like declaration.Contains a trait for simplifying the building of relationships between nodes
Contains the query builder for simplifying the building of Surreal QL queries.
Particularely useful when composing variables and conditional queries
Macros
An easy way to declare constant strings for database schemas
Type Definitions
A
ForeignKey
whose Key
type is set to a String
by default.