opensuse
vacuumizer
Vacuumizer
About:
more…
This program searches for various SQLite databases in user’s home directory
and then runs VACUUM on them. This compacts the database and makes the
applications that use these databases as their storage faster and more
responsive.
http://en.opensuse.org/Vacuumizer
This tool is inspired by psankar’s Vacuumizer.
-
Cloning this repository:
git clone git://gitorious.org/opensuse/vacuumizer.git vacuumizer cd vacuumizer
Add this repository as a remote to an existing local repository:
git remote add vacuumizer git://gitorious.org/opensuse/vacuumizer.git git fetch vacuumizer git checkout -b my-local-tracking-branch vacuumizer/master_or_other_branch
- Branches:
- master


