1 2 3 4 5 6 7 8
drop table if exists weather; create table weather ( id integer primary key autoincrement, date timestamp, temperature float, humidity float, pressure float );