Replies: 1 comment
-
Hi @kakaday22, thank you for taking the time to contribute ❤️ Indeed, this suggestion seems to fit well with the framework! I'll dedicate some time in the following days to explore an implementation of this! If you wish, feel free to submit a PR or implementation suggestions as well and I'll review them. Nevertheless loved the suggestion! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This library can greatly improve if we could configure our injections based of a profile similar to Java's SpringBoot.
during the injection we provide the key and internally we look for the value (qualifier name) inside the active profile
Example
set environment variable
INJECTABLE_PROFILE = dev
Configuration Example
Code
internally the library looks for the configuration file and finds the configuration for the active profile
since profile is dev it injects MsqqlDB
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions