Toggle helper tables
CREATE TABLE "documents" ( "name" varchar(255) NOT NULL, "data" blob NOT NULL, UNIQUE(name) )