.. _f-databasefunction: module ``sql.database_function`` ================================ Short summary +++++++++++++ module ``pyensae.sql.database_function`` generic class to access a SQL database :githublink:`%|py|6` Functions +++++++++ +-----------------------------------------------------------------------------+-------------------------+ | function | truncated documentation | +=============================================================================+=========================+ | :func:`create_database ` | create a database | +-----------------------------------------------------------------------------+-------------------------+ | :func:`drop_database ` | remove a database | +-----------------------------------------------------------------------------+-------------------------+ | :func:`get_list_database ` | | +-----------------------------------------------------------------------------+-------------------------+ | :func:`get_list_instance ` | | +-----------------------------------------------------------------------------+-------------------------+ | :func:`get_list_server ` | | +-----------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.sql.database_function :members: :special-members: __init__ :show-inheritance: