
Set options for the local database and enables caching
ql_set_db_options.Rd
Set options for the local database and enables caching
Arguments
- db_filename
Defaults NULL. Internally, defaults to a combination of
quackingllama
, followed by the name of the model used. Name given to the local database file. Useful for differentiating among different approaches or projects when storing multiple database files in the same folder.- db_type
Defaults to
DuckDB
.- db_folder
Defaults to
.
, i.e., to the current working directory.
See also
Other database:
ql_disable_db()
,
ql_enable_db()