It manages all connections to the cluster and allows to perform queries.
pub use crate::transport::errors::TranslationError;
pub use crate::transport::legacy_query_result::IntoTypedRows;
pub use crate::transport::legacy_query_result::TypedRowIter;
Session
manages connections to the cluster and allows to perform queriesSession
.
Can be created manually, but usually it’s easier to use
SessionBuilder