module

Lustra::SQL::Query::Connection

Instance methods

connection_name

Connection used by the query. Change it using use_connection method

Source
use_connection(connection_name : String)

Change the connection used by the query on execution

Source