ropensci / taxadb

:package: Taxonomic Database
https://docs.ropensci.org/taxadb
Other
43 stars 13 forks source link

handle duckdb connection as read_only by default #84

Closed cboettig closed 3 years ago

cboettig commented 3 years ago

Should allow concurrent connections.

cboettig commented 3 years ago

Also resolves https://github.com/ropensci/taxadb/issues/82

cboettig commented 3 years ago

drat, filtering joins need write access; even though they only create temporary tables.