compact

abstract fun compact(): Boolean

Compacts the physical database file size by running the SQLite VACUUM statement.

Return

true if the operation was successful, otherwise false.