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
andend
bounds of a range query - PatchOp
- A JSON Patch operation
- Patch
Ops - Multiple patch operations
- Query
Range - A table range.
- Table
- A wrapper type to assert that you ment to use a string as a table name.
Enums§
- Export
Destination Non- target_family="wasm"
- 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§
- Create
Resource - A trait for types which can be used as a resource selection for a query that returns an
Option
. - Into
Endpoint - A trait for converting inputs to a server address object
- Into
Export Destination Non- target_family="wasm"
- A trait for converting inputs into database export locations
- Into
Query - A trait for converting inputs into SQL statements
- Into
Resource - A trait for types which can be used as a resource selection for a query.
- 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