mandx / sqlite-vacuum

Simple tool to scan a directory tree looking for SQLite databases, and then running VACUUM and REINDEX on them.

Home Page:https://gitlab.com/gmandx/sqlite-vacuum/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite-vacuum

Simple tool to scan a directory tree looking for SQLite databases, and then running VACUUM and REINDEX on them.

This is essentially a (more generic) port of profile-cleaner that I started to learn Rust.

About

Simple tool to scan a directory tree looking for SQLite databases, and then running VACUUM and REINDEX on them.

https://gitlab.com/gmandx/sqlite-vacuum/

License:MIT License


Languages

Language:Rust 100.0%