Generic function
Returns the connection established by the with-database or with-connections macro.
default-connection () => connection
None.
<connection>.
sql
sql
Returns the connection established by the with-database or with-connection macro. Signals the condition <connection-not-specified> if a connection has not been established or if this function is invoked outside of the scope of a with-database or with-connection macro.