+ speed-up sqllite insert of several rows at once by using: begin/end transation and setting the max # of items to insert at once, to 500 (which maybe the maximum # of compound insert statements that SqlLite supports)