intoPath property

String? intoPath
final

Destination file path for VACUUM INTO 'file'. When non-null, VACUUM writes a fresh SQLite-format database image to this path (the local engine is not modified). When null, VACUUM is a no-op (this engine already serializes the whole database on every write).

Implementation

final String? intoPath;