package
0.0.0-20230617135500-2d50ede72e73
Repository: https://github.com/sealdb/neodb.git
Documentation: pkg.go.dev
# Functions
NewRequestContext creates RequestContext The default Mode is ReqNormal.
NewResultContext returns the result context.
# Constants
ReqNormal mode will send the query to the backend which computed by the planner.
ReqScatter mode will send the RawQuery to all backends.
ReqSingle mode will send the RawQuery to the first normal backend which computed by the scatter, it is random sometimes.
TxnNone enum.
TxnRead enum.
TxnWrite enum.
# Type aliases
QueryTuples represents the query tuple slice.
RequestMode type.
TxnMode type.