pub fn insert_row( tx: &mut Transaction<'_>, table_name: &str, columns: &[Column], ) -> Result<()>
Inserts a single row of raw data into the specified table.