I\'m trying to create a string that is something like this
string myStr = \"CREATE TABLE myTable ( id text, name text )\";
But I get an err
Use the @ symbol infront of the string.