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
andend
bounds of a range query
Enums§
- Export
Destination - Resource
- A database resource
- Tls
native-tls
orrustls
- TLS Configuration
- WaitFor
- Makes the client wait for a certain event or call to happen before continuing
Traits§
- Into
Endpoint - A trait for converting inputs to a server address object
- Into
Export Destination - A trait for converting inputs into database export locations
- Into
Query - A trait for converting inputs into SQL statements
- Into
Resource - A trait for converting inputs into database resources
- Query
Result - Represents a way to take a single query result from a list of responses
- Query
Stream - A way to take a query stream future from a query response
Type Aliases§
- Record
Id - Record ID