createDrizzleDataSource(instance: DrizzleInstance,entity: string,tables: Record<string, unknown>,operators: DrizzleOperators): DataSource
Creates a DataSource backed by a Drizzle instance for the given
entity name.
The entity must exist in the drizzleTables registry; otherwise this throws
naming the entity and the option.
A data source bound to the Drizzle table