Dynamic Batch w/Turso
I am creating an array of queries by using
I'm currently using the Turso Client on it's own to accomplish this.
.map(). However TS + Drizzle is not happy with this when using it with .batch(). Has anybody found a workaround for this? Using v0.29.3. The queries are valid SQL queries. I'm currently using the Turso Client on it's own to accomplish this.
