Module arr

Module arr 

Source
Expand description

Functions to serialize an array to a raw string for PostgreSQL COPY Command.

Use external crates(e.g, csv) to serialize the serialized string to a csv string.

§Notes

  • This crate does NOT care special characters: e.g, /[,'"]/
  • This crate does NOT support strings(which may contain special characters)

Enums§

SerError

Functions§

to_writer
Writes a val to a writer.