create table if not exists entries ( id integer primary key autoincrement, date date not null, title string not null, text string not null );