rafaelma / pgbackman

PostgreSQL backup manager

Home Page:https://e-mc2.net/projects/pgbackman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor the code that generates output.

rafaelma opened this issue · comments

  • We have to move out of database.py all code used to generate output data. cli.py will have the responsibility og generating CSV, JSON an formated-table output with information returned by database.py
  • database.py have to be used only as an interface between cli and the database.