Module sqlx_clickhouse_ext::value[][src]

Re-exports

pub use sqlx_core::type_info::TypeInfo as _;
pub use sqlx_core::value::ValueRef as _;

Enums

Error

Represents all the ways a method can fail within SQLx.

Traits

Database

A database driver.

Decode

A type that can be decoded from the database.

HasValueRef

Associate Database with a ValueRef of a generic lifetime.

Type

Indicates that a SQL type is supported for a database.

ValueRefTryGet