Open alvinlal opened 11 months ago
no, it seems not to be possible. you might need call db and query multiple times
See src/adapters/sqlite/type.ts
, the key word is unsafeExecuteMultiple
. It's possible, but you have to be careful about changing things that may be cached on JS side, as it could mess up queries.
is something like this possible 👇 , i have tried this and only the first query is being executed and rest is ignored.