Would ```// attempt to trigger a db migration righ...
# squarelibraries
t
Would
Copy code
// attempt to trigger a db migration right away and catch it!
            driver.executeQuery(
                identifier = null,
                sql = "SELECT count(*) FROM sqlite_master",
                parameters = 0
            )
be a smarter "hack"?