Module opt

Source
Expand description

The different options and types for use in API functions

Modules§

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

Structs§

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

Enums§

ExportDestination
Resource
A database resource
Tlsnative-tls or rustls
TLS Configuration
WaitFor
Makes the client wait for a certain event or call to happen before continuing

Traits§

IntoEndpoint
A trait for converting inputs to a server address object
IntoExportDestination
A trait for converting inputs into database export locations
IntoQuery
A trait for converting inputs into SQL statements
IntoResource
A trait for converting inputs into database resources
QueryResult
Represents a way to take a single query result from a list of responses
QueryStream
A way to take a query stream future from a query response

Type Aliases§

RecordId
Record ID