surrealdb

Module cnf

Source

Constants§

ID_CHARS
The characters which are supported in server record IDs.
MAX_CONCURRENT_TASKS
Specifies how many concurrent jobs can be buffered in the worker channel.
PROCESSOR_BATCH_SIZE
Datastore processor batch size for scan operations
PROTECTED_PARAM_NAMES
Specifies the names of parameters which can not be specified in a query.
SERVER_NAME
The publicly visible name of the server

Statics§

INSECURE_FORWARD_SCOPE_ERRORS
Forward all signup/signin query errors to a client trying authenticate to a scope. Do not use in production.
MAX_COMPUTATION_DEPTH
Specifies how deep various forms of computation will go before the query fails with crate::error::Db::ComputationDepthExceeded.