Your documentation page has: ``` var sql = SqlString.query('INSERT INTO posts SET ?', post); ``` But there is no ".query" function; this should say ".format".