.. _api.connect: ========== Connection ========== Functions for managing database connections in VAST Orbit. ____ Functions --------- .. important:: For a comprehensive guide to creating connections, see :ref:`connection`. Read ~~~~ .. currentmodule:: vastorbit.connection .. autosummary:: :toctree: api/ auto_connect available_connections connect current_connection current_cursor get_connection_file get_confparser read_dsn vast_connection vastorbitlab_connection Write ~~~~~ .. currentmodule:: vastorbit.connection .. autosummary:: :toctree: api/ change_auto_connection new_connection set_connection Close/Delete ~~~~~~~~~~~~ .. currentmodule:: vastorbit.connection .. autosummary:: :toctree: api/ close_connection delete_connection ____ Global Connection ----------------- .. currentmodule:: vastorbit.connection .. autosummary:: :toctree: api/ global_connection.GlobalConnection **Methods:** .. currentmodule:: vastorbit.connection.global_connection .. autosummary:: :toctree: api/ GlobalConnection.get_connection GlobalConnection.get_dsn GlobalConnection.get_dsn_section GlobalConnection.set_connection