read one line from serial and insert into one column and then read second line and insert it into another column sqlite code example
Example: sqlite insert row
INSERT INTO table (column1,column2 ,..) VALUES( value1, value2 ,...);
INSERT INTO table (column1,column2 ,..) VALUES( value1, value2 ,...);