pouriyajamshidi/qwatcher

add an option to write reports to DB

Closed this issue · 1 comments

Summary

We need to introduce a new flag; e.g. --write_to_db to write the data to a database. this could either be sqlite or MySQL.

Link to MySQL docs:

https://nim-lang.org/docs/db_mysql.html

Link to sqlite:

https://nim-lang.org/docs/db_sqlite.html

addressed in 7639a1f