easy_sql.utils.io_utils

Module Contents

Functions

read_sql(sql_file)

resolve_file(file_path, abs_path = False, prefix = '', relative_to = '')

resolve_files(files_path, abs_path = False)

easy_sql.utils.io_utils.read_sql(sql_file)
Parameters

sql_file (str) –

easy_sql.utils.io_utils.resolve_file(file_path, abs_path=False, prefix='', relative_to='')
Parameters
  • file_path (str) –

  • abs_path (bool) –

  • prefix (str) –

  • relative_to (str) –

Return type

str

easy_sql.utils.io_utils.resolve_files(files_path, abs_path=False)
Parameters
  • files_path (str) –

  • abs_path (bool) –

Return type

str