Type Alias: TransactionClient
Type Alias: TransactionClient
type TransactionClient = { readonly [K in EntityName]: TypedEntityClient<K> } & {
sql: SqlTag;
};Entity and SQL capabilities bound to one transaction.
Type Declaration
sql
readonly sql: SqlTag;