vacuum Method
vacuum this database
vacuum(args?: SQLiteDb.VacuumDbArgs): void
@see https://www.sqlite.org/lang_vacuum.html
Parameter | Type | Description |
---|---|---|
args | SQLiteDb.VacuumDbArgs |
Returns - void
Defined in
- core/backend/src/SQLiteDb.ts Line 167
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.