Is it possible to use Drizzle with MySQL without a connection? I just want to generate SQL strings.
I'm currently using the mysql2 adapter (but open to changing to any mysql adapter) with a fake connection, because I only want to use drizzle to generate SQL queries without sending them. However, drizzle tries to create a connection even when I'm not sending a query, causing my app to fail at runtime.
2 Replies