-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? If yes, please describe the problem.
When we'd like to implement a more broad set of the resources/integrations we'll encounter a namespacing issue, kind of modules/namespaces/groups would be a handy solution to it.
For example when we'd like to develop the resources for accessing MySQL
and MongoDB
both ORM modules could potentially have a method like mysql:findOne({})
/ mongodb:findOne({})
. There's actually no way for avoid resource overlapping other than naming convention (egmysql_findOne()
- which actually is not an elegant solution)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request