create_temp_eyeris_database: Create temporary database for parallel processing

View source: R/utils-database.R

create_temp_eyeris_databaseR Documentation

Create temporary database for parallel processing

Description

Creates a unique temporary database for use in parallel jobs to avoid concurrency issues. The temporary database is named using process ID and timestamp to ensure uniqueness.

Usage

create_temp_eyeris_database(
  bids_dir,
  base_db_path = "my-project",
  verbose = FALSE
)

Arguments

bids_dir

Path to the BIDS directory containing derivatives

base_db_path

Base database name (e.g., "my-project")

verbose

Whether to print verbose output

Value

List containing database connection and temp database path


eyeris documentation built on June 19, 2026, 9:08 a.m.