pub const SOLUTION: &str = "CREATE TABLE IF NOT EXISTS solution (\n id INTEGER PRIMARY KEY,\n content_addr BLOB NOT NULL UNIQUE,\n solution BLOB NOT NULL\n)\n";Expand description
CREATE TABLE IF NOT EXISTS solution (
id INTEGER PRIMARY KEY,
content_addr BLOB NOT NULL UNIQUE,
solution BLOB NOT NULL
)