Problem when trying to execute raw query... (missing db.execute)

Where is the db.execute, necessary in order to run raw queries? On the top of my file I have imported drizzle as:
import { drizzle } from 'drizzle-orm/libsql';
import { drizzle } from 'drizzle-orm/libsql';
No description
2 Replies
Angelelz
Angelelz16mo ago
In SQLite the equivalent to execute would be run
Breisfm
BreisfmOP16mo ago
Thanks. Might be worth to mention this in the docs.

Did you find this page helpful?