Is anyone in the #rustlang world handy with sqlite and sqlx? I've been trying to add a graceful shutdown feature to a memory db and I've discovered that sqlx is seemingly wiping `VACUUM` and `ATTACH` statements, essentially refusing to run them. Maybe, probably, I'm doing something wrong?
I have a reproduction here - https://github.com/esmevane/vacuum-reproduction