Crate taos_query
source ·Expand description
This is the common query traits/types for TDengine connectors.
Re-exports
Modules
Structs
- A simple struct to represent a server address, with host:port or socket path.
- A minimal representation of all possible errors that can occur using the
IntoDeserializertrait. - A DSN(Data Source Name) parser.
- This is how we manage connections.
Enums
- Error caused by [pest] DSN parser.
Traits
- The synchronous query trait for TDengine connection.
- Trait to define a data
Blockto fetch records bulky. - A struct is
Connectablewhen it can be build from aDsn.