Missing schema from generated SQL when using `.toSQL()` on a query style SQL query.
I'm trying to get use
.toSQL()
on a query (db.query.someTable) but it doesn't include the schema for the target tables.
I want to use the .toSQL()
to then pass the SQL and params to electric-sql to sync things I'm running drizzle on the browser.
I didn't find the PGLite driver tag to use.3 Replies