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.
create_temp_eyeris_database(
bids_dir,
base_db_path = "my-project",
verbose = FALSE
)List containing database connection and temp database path
Path to the BIDS directory containing derivatives
Base database name (e.g., "my-project")
Whether to print verbose output