CreateDataStore: Create a data store.

View source: R/DataStores.R

CreateDataStoreR Documentation

Create a data store.

Description

Create a data store.

Usage

CreateDataStore(type, canonicalName, driverId, jdbcUrl)

Arguments

type

character. The type of data store.

canonicalName

character. The user-friendly name of the data store.

driverId

character. The ID of the driver to use.

jdbcUrl

character. The full JDBC url.

Examples

## Not run: 
 CreateDataStore(type = "jdbc",
                 canonicalName = "Demo DB",
                 driverId = "57a7c978c808916f4a630f89",
                 jdbcUrl = "jdbc:postgresql://my.db.address.org:5432/my_db")

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.