Hello!
I created succesfull a dashboard according to your "QuickStart".
Just now I wonder how I can use more then one database for getting my reports done.
for example I have table "a" with following connection:
"connectionString"=>"mysql:host=localhost;dbname=am;",
"username"=>"root",
"password"=>"poweroot",
"charset"=>"utf8"
and table "b" with the following configuration:
"connectionString"=>"mysql:host=localhost;dbname=import;",
"username"=>"root",
"password"=>"poweroot",
"charset"=>"utf8"
Two different DB-names in one connection.
Do I have to set up a AutoMaker-Class for all of them?
I use a Laravel-Framework.
Regards, Peter