Toggle helper tables
+/- table definition
CREATE TABLE `session` ( `key` TEXT PRIMARY KEY NOT NULL, `data` BLOB NULL, `expiry` INTEGER NULL )