connection property
DatabaseConnection
get
connection
The underlying connection provided by the plugin.
This provides direct access to DatabaseConnection.execute, DatabaseConnection.stream, and schema features.
Implementation
DatabaseConnection get connection;