R/db.R
db_connect.Rd
Connect to DuckDB
db_connect(read_only = FALSE)
Logical. If TRUE, the connection will be read-only.
A DuckDB connection object.