SQL extension connection caching
The SQL extension extension defaults to caching connections to prevent the creation of
multiple connections for the same set of connection properties. The cached connections can be
managed using the %sm_sql_manage
magic command.
The following topics describe how to manage your cached connections.