Skip to content

dbconfig: move logic to the library

Volans requested to merge dbctl into main
  • To easily allow dbconfig to be used as a library, always return an ActionResult instead of the current mixed behavior of ActionResult and tuples.

  • In order to make dbconfig usable from other softwares as a library, move the logic part currently in the CLI inside the various libraries.

  • .gitreview: update for GitLab migration

Merge request reports