Crate cornucopia_sync

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
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