initCredentialsTable.Rd
Function to start a credential table
initCredentialsTable(
db_id,
db_full_name = db_id,
dbms,
user,
password,
connection_string,
cdm_database_schema,
work_database_schema,
temp_emulation_schema = work_database_schema
)
an id or shortName for a database. Please use snakecase
the full name of the database. If not specified defaults to db_id
the dbms for your database. Can be either redshift, postgres, snowflake, sql server or oracle
the user name to connect to the database
the password to connect to the databse
a jdbc connection string to use with DatabaseConnector
the cdm database schema of the datbase you want to use
a scratch schema the user has read and write access to in order to build cohort tables
a schema required for oracle and snowflake to make temp tables.
writes a csv to your home directory called shhh.csv storing your database credentials