Module writer

Module writer 

Source

Structs§

ChangeWriter
Writes changes to the target PostgreSQL database using upsert operations.

Functions§

get_primary_key_columns
Get primary key columns for a table.
get_table_columns
Extract column metadata from a PostgreSQL table.
row_to_values
Convert a tokio_postgres Row to a vector of boxed ToSql values.