2012-10-13 09:57:45 -02:00
|
|
|
|
namespace Umbraco.Core.Persistence
|
|
|
|
|
|
{
|
2012-12-12 03:47:04 +05:00
|
|
|
|
public enum DatabaseProviders
|
2012-10-13 09:57:45 -02:00
|
|
|
|
{
|
|
|
|
|
|
SqlServer,
|
2012-11-26 15:57:03 -01:00
|
|
|
|
SqlAzure,
|
2012-10-13 09:57:45 -02:00
|
|
|
|
SqlServerCE,
|
|
|
|
|
|
MySql,
|
|
|
|
|
|
PostgreSQL,
|
|
|
|
|
|
Oracle,
|
|
|
|
|
|
SQLite
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|