-
Notifications
You must be signed in to change notification settings - Fork 717
Closed
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"
Description
Feature Description
Allow to share one redb database connection between different Operators.
Problem and Solution
The redb database connection is exclusive, which means opening same database will cause error.
However, every Operator for redb correspond to one table in redb database and Opendal doesn't support sharing the same redb database between different operators. It make no sense to redb users because multi-tables access is very important at using redb.
Additional Context
No response
Are you willing to contribute to the development of this feature?
- Yes, I am willing to contribute to the development of this feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"