disk I/O error when running migration in context of vitest runner
I'm building a robust drizzle event selector
https://github.com/quantuminformation/drizzle-sqlite-recurring-events
In my test suite I am doing this:
GitHub
GitHub - quantuminformation/drizzle-sqlite-recurring-events
Contribute to quantuminformation/drizzle-sqlite-recurring-events development by creating an account on GitHub.
2 Replies
Seems like your scripts don't have access/permissions to the file system? just a guess
it has the perms to delete the db but not run the query here it seems
i moved script to pnpm and no error
so turns out I really need to be able to insert in a vitest script , as i need dynamic ids
ill aski in vitest