79714397

Date: 2025-07-25 08:09:22
Score: 0.5
Natty:
Report link

with the concat macro

let sql = concat!(
    "CREATE TABLE test (\n",
    "  id INTEGER,\n",
    "  name TEXT\n",
    ");\n",
);
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: milahu