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
tbl
name of the table in SQL database
data
the object dataframe that goes into the SQL database