Skip to content

Add support for connection multiplexing with DbDataSource #238

Description

@madelson

Today, we can't support multiplexing for DbDataSource (only supported in Postgres) because the lock pool is keyed on connection string and also uses connection string as its factory input.

We could extend this to support DbDataSource as a key (reference equality) and then also provide DbDataSource constructors to any other providers that don't have them yet.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions