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§
Functions§
- to_
writer - Writes a val to a writer.