OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Adding extra database providers to setup is difficult. #473

Open orchardbot opened 14 years ago

orchardbot commented 14 years ago

@jetski5822 created: https://orchard.codeplex.com/workitem/16641

Basically, If i want to add an extra database provide to setup, I would need to change your current code, as this is currently hard coded in orchard.setup.

DatabaseProvider = model.DatabaseOptions ? "SqlCe" : "SqlServer",

Any idea on how to change?

orchardbot commented 13 years ago

suhacan commented:

We should look into opening up areas in setup to permit modules that implement their own db providers.