pub fn hstore_to_sql<'a, I>( values: I, buf: &mut BytesMut, ) -> Result<(), Box<dyn Error + Sync + Send>>where I: IntoIterator<Item = (&'a str, Option<&'a str>)>,
Serializes an HSTORE value.
HSTORE