.. _f-databasehelper: module ``sql.database_helper`` ============================== Short summary +++++++++++++ module ``pyensae.sql.database_helper`` Contains functions to import a text file into a database (SQLite). :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===================================================================================================+================================================================================================================+ | :func:`import_flatfile_into_database ` | Function which imports a file into a database. It the table exists, it removes it first. There is no addition. | +---------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.sql.database_helper :members: :special-members: __init__ :show-inheritance: