Uses DuckDB's VACUUM INTO to create a clean, compacted copy of the
user's extra database at the specified path.
Usage
codeminer_snapshot_extra(path)
Arguments
- path
File path for the snapshot.
Value
The snapshot path, invisibly.
See also
Other Workbench management:
codeminer_clear_col_filters(),
codeminer_clear_versions(),
codeminer_connect(),
codeminer_disconnect(),
codeminer_refresh_cache(),
codeminer_set_col_filters(),
codeminer_set_version(),
codeminer_status(),
default_col_filters(),
get_col_filters(),
with_col_filters()