IDatabaseAdapter.createDataSource(entity: string): IDataSource
Open a non-transactional data source for the named entity.
A data source bound to that entity
IDatabaseAdapter.createDataSource(entity: string): IDataSource
Open a non-transactional data source for the named entity.
A data source bound to that entity
import { type IDatabaseAdapter } from "common/src/index.ts";