Crate cornucopia_async

Source

Structs§

ArrayIterator
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.
IterSql

Traits§

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