Crate cornucopia_async

source ·

Structs

  • Iterator over the items in a PostgreSQL array. You only need this if you are working with custom zero-cost type mapping of rows containing PostgreSQL arrays.

Traits

  • Abstraction over multiple types of asynchronous clients. This allows you to use tokio_postgres clients and transactions interchangeably.
  • This trait allows you to bind parameters to a query using a single struct, rather than passing each bind parameter as a function parameter.