View Single Post
Old 2008-01-14, 06:58   #2 (permalink)
James
Portal Developer
 
Join Date: May 2005
Location: Switzerland
Posts: 1,348
Thanks: 4
Thanked 55 Times in 34 Posts


Default

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?

Last edited by James; 2008-01-14 at 07:01.
James is offline   Reply With Quote