Version: Next
Config files example
ย 
This example demonstrates the use of config files to instantiated objects.
To support this, we can have a parallel config structure:
Config files:
db/mysql.yaml
db/postgresql.yaml
config.yaml
With this, you can instantiate the object from the configuration with a single line of code: