how to add into sqlite3 code example Example: sqlite insert row INSERT INTO table (column1,column2 ,..) VALUES( value1, value2 ,...);