vastorbit.connection.close_connection¶
- vastorbit.connection.close_connection() None¶
Closes the connection to the database.
Examples
Close all current connections:
Warning
When you close the connection, your session will terminate and all temporary elements will be automatically dropped.
from vastorbit.connection import close_connection close_connection()
See also
current_connection(): Returns the current vastorbit connection.set_connection(): Sets the vastorbit connection.