Drizzle TeamDT
Drizzle Team16mo ago
1 reply
LUCKY

Run Raw SQL with sql``

Hi all, is it possible to run unsafe SQL from an API. We have a use-case on some devices that we manage.

const res = db.run(sql(
${statement}
));

Thanks!
Was this page helpful?