Extend dal module parameters to pass optional Configuration object By default db is not provided and the module constructs database internally. If db is provided, the schema is loaded into existing database; the configuration core has to be reinitialized to rebuild database schema using new Configuration.__core_init__() method. This is required to address ADTCC-230