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
Edge
A query edge
Endpoint
A server address used to connect to the server
KeyRange
Holds the start and end bounds of a range query
PatchOp
A JSON Patch operation
PatchOps
Multiple patch operations
QueryRange
A table range.
Table
A wrapper type to assert that you ment to use a string as a table name.

Enums§

ExportDestinationNon-target_family="wasm"
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§

CreateResource
A trait for types which can be used as a resource selection for a query that returns an Option.
IntoEndpoint
A trait for converting inputs to a server address object
IntoExportDestinationNon-target_family="wasm"
A trait for converting inputs into database export locations
IntoQuery
A trait for converting inputs into SQL statements
IntoResource
A trait for types which can be used as a resource selection for a query.
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