IAdapterTransaction.createDataSource(entity: string): IDataSource
Open a data source for entity bound to THIS transaction.
A data source whose reads and writes participate in this transaction
IAdapterTransaction.createDataSource(entity: string): IDataSource
Open a data source for entity bound to THIS transaction.
A data source whose reads and writes participate in this transaction
import { type IAdapterTransaction } from "common/src/index.ts";