It manages all connections to the cluster and allows to perform queries.
Session
manages connections to the cluster and allows to perform queriesSession
.
Can be created manually, but usually it’s easier to use
SessionBuilderrows.into_typed::<(...)>()
Vec<result::Row>::into_typed<RowT>