mastodon.esmevane.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
An instance for the discussion of every piece of writing you may have committed to paper in your entire life.

Server stats:

6
active users

esmevane, sorry

Is anyone in the 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'm able to accomplish what I need to do with rusqlite, but I love sqlx and I'd prefer to not use two drivers.

I have a reproduction here - github.com/esmevane/vacuum-rep

GitHubGitHub - esmevane/vacuum-reproduction: A reproduction repo that demonstrates a problem I'm having using vacuum with a sqlx+sqlite setup.A reproduction repo that demonstrates a problem I'm having using vacuum with a sqlx+sqlite setup. - esmevane/vacuum-reproduction