with the concat macro
let sql = concat!( "CREATE TABLE test (\n", " id INTEGER,\n", " name TEXT\n", ");\n", );