morph_lib.database
- PostgreSQL
- MySQL
- Snowflake
Parameters
pd.DataFrame
required
The actual data to be passed to the function. The columns specified in primary_keys must always be present.
List[str]
required
Specify the column names that will be the Primary Key of the table.
str
required
Specify the table name.
str
The destination of the connection other than the builtin registered on the screen (optional)
- If not specified, it will be set to built-in postgresql.