Expand description
ClickType Core - Type-safe ClickHouse types and traits
This crate provides the foundational types, traits, and error handling for the ClickType ecosystem.
Re-exports§
pub use error::Error;pub use error::ReadError;pub use error::Result;pub use error::WriteError;pub use traits::ClickHouseType;pub use traits::ClickInsertable;pub use traits::ClickReadable;pub use traits::ClickTable;pub use traits::TypedColumn;pub use types::*;