pub async fn put_many_to_many_record(
    conn: &mut IndexerConnection,
    query: String
) -> Result<()>
Expand description

Execute an arbitrary INSERT query where the content of the query includes data for a many-to-many relationship.