powered by
Function to quickly get the currently implemented database systems
get_db_systems()
The currently implemented database systems as string array. `E.g. c("postgres", "oracle")` #'
get_db_systems() # Result: c("postgres", "oracle")
Run the code above in your browser using DataLab