Database context.

Hierarchy

  • DbContext

Properties

globalDataSource: DataSource

Main global TypeORM data source used by the app.

transaction: EntityManager

The transaction for the current block being indexed. TypeORM EntityManager is more conventient compared to transactionRunner.

transactionRunner: QueryRunner

The transaction for the current block being indexed. TypeORM QueryRunner actually manages the transaction.

Generated using TypeDoc