1 2 3 4 5 6
drop table if exists users; create table users ( id integer primary key autoincrement, user string not null, password string not null );