DuckDB Terminal - v0.6.0
    Preparing search index...

    Interface ResetSettingsOptions

    interface ResetSettingsOptions {
        recreateOnFailure?: boolean;
    }
    Index
    recreateOnFailure?: boolean

    Recreate DuckDB if an in-place reset fails. Recreating an in-memory database discards its contents, so callers must opt in explicitly.