Can I run the `migrate()` function exporting a raw SQL query in Drizzle ORM?
I am building a Tauri app with a local SQLite database, and I have access via JavaScript. Here's an example:
Is it possible to run migrations using Drizzle in this manner?
Is it possible to run migrations using Drizzle in this manner?