Toggle helper tables
+/- table definition
CREATE TABLE "documents" ( "name" varchar(255) NOT NULL, "data" blob NOT NULL, UNIQUE(name) )