toast-tk / toast-tk-engine

The core automation framework for your acceptance tests
http://toast-tk.io
Other
12 stars 5 forks source link

Persisting reports to MySql #83

Closed cyterdan closed 7 years ago

cyterdan commented 8 years ago

Hello

We'd like to persist reports to a MySQL table instead of MongoDB. Do you plan on developing integration with relational databases ? If not, what would be a simple way of implementing this ? Thanks

skokaina commented 8 years ago

Hi cyterdan,

For the time being, there's no plan to persist test reports to MySQL databases. Still, it's a feature we'll be looking to integrate in the future. The best way to do it would be through the creation of a dedicated maven module: "toast-tk-dao-sql". This module can share service interfaces with "toast-tk-dao" through "toast-tk-dao-api.

By the way, in which case do you need to store reports to MySQL ? MongoDB isn't helpful to you ?

cyterdan commented 8 years ago

We had a preference for MySQL but settled for using MongoDB for now.

skokaina commented 7 years ago

@cyterdan issue closed as you will stick with MongoDB