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
Angelelz6mo ago
In SQLite the equivalent to execute would be run
Breisfm
Breisfm6mo ago
Thanks. Might be worth to mention this in the docs.