executionContext property

Future<PostgreSQLExecutionContext?> executionContext

Retrieves the query execution context of this store.

Use this property to execute raw queries on the underlying database connection. If running a transaction, this context is the transaction context.

Implementation

Future<PostgreSQLExecutionContext?> get executionContext =>
    getDatabaseConnection();