Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

peRspective (version 0.1.1)

db_append: SQL Database Append

Description

This is a helper function that will write a dataframe to a SQL database

Usage

db_append(path, tbl, data)

Arguments

path

path to SQL database

tbl

name of the table in SQL database

data

the object dataframe that goes into the SQL database