Module convert

Module convert 

Available on crate feature turso only.
Expand description

Conversions between turso rows/values and finmqtt types, plus error helpers shared across the turso backend.

Functionsยง

invalid_data ๐Ÿ”’
Builds an io::ErrorKind::InvalidData error for a malformed stored row.
packet_id_param ๐Ÿ”’
Single-column bind parameters for a statement keyed on a packet id.
packet_id_value ๐Ÿ”’
The integer column value for a packet id.
row_blob ๐Ÿ”’
row_i64 ๐Ÿ”’
row_opt_u32 ๐Ÿ”’
row_packet_id ๐Ÿ”’
row_text ๐Ÿ”’
row_u8 ๐Ÿ”’
row_value ๐Ÿ”’
to_io ๐Ÿ”’
Maps a turso error to an io::Error.