Skip to contents

Internal function to get a connection to the Bouncer DuckDB database.

Usage

get_db_connection(path = NULL, read_only = FALSE)

Arguments

path

Character string specifying the database file path. If NULL, uses the default system data directory.

read_only

Logical. If TRUE, opens database in read-only mode.

Value

A DuckDB connection object