cas_convert_db_type: Convert database type, e.g. from DuckDB to SQLite

View source: R/cas_convert_db_type.R

cas_convert_db_typeR Documentation

Convert database type, e.g. from DuckDB to SQLite

Description

Convert database type, e.g. from DuckDB to SQLite

Usage

cas_convert_db_type(
  source_db_type,
  destination_db_type,
  disconnect_db = FALSE,
  ...
)

Arguments

source_db_type

A database type, such as "DuckDB" or "SQLite". Must be declared explicitly.

destination_db_type

A database type, such as "DuckDB" or "SQLite". Must be declared explicitly.


giocomai/castarter documentation built on April 23, 2024, 11:14 p.m.