v0.1.0
This release includes new SQL functions:
sql_to_df(query_path: str)
returns a pandas DataFrame for a given path to a SQL filesql_to_df_str(query: str)
returns a pandas DataFrame for a given SQL stringexecute_sql(sql_path: str)
executes a SQL command from a given path to a SQL file, returns Noneexecute_sql_str(command: str)
executes a SQL command from a given SQL string, returns None