This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
Need to plan a better way to parse config files #20
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
The deckard hosts (config) file is a huge part to deckard. However, it currently does not support multiple Databases well, as the config options vary heavily from database to database.
I'm trying to plan a way to allow the config to be handed off to the database layer (as well as the flags, I suppose?) so that each database can read what it needs from the config/flags to prepare itself for execution.
Proper execution of this refactor should also solve #15
The text was updated successfully, but these errors were encountered: