sqld icon indicating copy to clipboard operation
sqld copied to clipboard

Enable the ability to VACUUM a database

Open CodingDoug opened this issue 1 year ago • 0 comments

The SQLite VACUUM command is disabled (for good reason). If someone wants to optimize the total storage of a database, we will need a way to allow them to trigger a VACUUM in a controlled manner.

CodingDoug avatar Jul 06 '23 14:07 CodingDoug