Hi deebo,
I just made this change the other day. See Database task list:
http://pms.team-mediaportal.com/inde...tive_project=1
Before this all plugins were selecting their own database. Now they are DatabaseFactory sets it. The plan way to have this configurable. Once I complete my work the existing Database implementations will become (sub)plugins. This will allow new database implementations (MySQL, etc) to be added via a plugins
However, I planned to only have one database that all plugins use (configurable). I was not planning to allow different databases per plugin?
Does anyone else feel they need to be able to have multiple databases? With different plugins using different ones?