get_db_systems: Quickly get all currently implemented database systems

View source: R/get_db_systems.R

get_db_systemsR Documentation

Quickly get all currently implemented database systems

Description

Function to quickly get the currently implemented database systems

Usage

get_db_systems()

Value

The currently implemented database systems as string array. 'E.g. c("postgres", "oracle")' #'

Examples

get_db_systems()
# Result: c("postgres", "oracle")


DIZutils documentation built on Jan. 23, 2023, 5:42 p.m.