get_db_systems {DIZutils} | R 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")
[Package DIZutils version 0.1.2 Index]