Crate ts_sql_helper_lib

Source
Expand description

Helper utilities for working with SQL.

Re-exports§

pub use postgres;
pub use postgres_protocol;

Structs§

SqlDate
Wrapper for jiff::civil::Date
SqlDateTime
Wrapper for jiff::civil::DateTime
SqlTime
Wrapper for jiff::civil::Time
SqlTimestamp
Wrapper for jiff::Timestamp

Traits§

FromRow
Convert a row to an instance of self.
SqlError
Trait for mapping certain postgres errors.