Is there a way to just compact/vacuum a single table as opposed to the entire table a la SQLConnection.compact()? This option is available with the vacuum command in SQLite.
I also tried autocompact but that doesn't seem to work at all for what I'm trying to do (keep sequential rowids). Thanks.