So I finally had the opportunity to actually continue working on this and first of all, thanks for your reply.
As you suggested, I took a look at the DB Assertor classes and used the insert() function instead of query_write() and changed my code accordingly:
Code:
vB_dB_Assertor::insert("my_table", array("field1" => 1, "field2" => 1, "field3" => 1));
I believe this should be correct, but feel free to correct my syntax in case I did something wrong.
Anyway, on to my problem.
I put this in the add() function of vb_api_content (also tried other functions of other classes), but still to no avail. I don't get any error messages anymore, but at the same time nothing happens. So either I'm in the wrong spot or my code is wrong.
Any ideas? :\