Function spawnflake::datastores::postgres::insert::insert_record[][src]

pub fn insert_record(
    client: &mut Client,
    table: String,
    columns: String,
    values: String
) -> Result<i32, Error>