sqlite("test"):create_table("users", "id INTEGER PRIMARY KEY AUTOINCREMENT", "username TEXT NOT NULL UNIQUE", "password TEXT" )