Module surrealdb::opt

source ·
Expand description

The different options and types for use in API functions

Modules

  • Authentication types
  • The capabilities that can be enabled for a database instance

Structs

  • Configuration for server connection, including: strictness, notifications, query_timeout, transaction_timeout
  • A server address used to connect to the server
  • A JSON Patch operation
  • Holds the start and end bounds of a range query

Enums

Traits

  • A trait for converting inputs to a server address object
  • A trait for converting inputs into database export locations
  • A trait for converting inputs into SQL statements
  • A trait for converting inputs into database resources
  • Represents a way to take a single query result from a list of responses

Type Aliases