xitca_postgres

Module dev

source
Expand description

traits for extending functionalities through external crate

Re-exports§

  • pub use crate::copy::Copy;

Structs§

Traits§

  • a marker trait to confirm a mut reference of Client can be borrowed from self.
  • trait for generic over how to encode a query. currently this trait can not be implement by library user.
  • trait for generic over how to construct an async stream rows
  • trait generic over preparing statement and canceling of prepared statement
  • trait generic over api used for querying with typed prepared statement.