pub const INSERT_TABLE_DEFAULT: &str = "INSERT INTO sqlar VALUES(\n ?,\n ?,\n ?,\n ?,\n ?\n)\nON CONFLICT (name)\nDO NOTHING\n";