Hacker News new | ask | show | jobs
by masklinn 416 days ago
> db.execute will always need to accept a string.

No. A t-string with no placeholders is perfectly fine. You can use that even if you have no parameters.