I posted sql2json previously here, now it come with csv and excel support.
sql2json is Github: https://github.com/fsistemas/sql2json sql2json in pypi: https://pypi.org/project/sql2json/
My use cases: Run cron jobs to extract sales information and post to a geckoboard dataset(json format). Run cron jobs to extract information in a csv then upload it to Google BigQuery. Run cron jobs to extract information in a csv or excel format.
Comments are welcome.