mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-13 13:58:20 -04:00
8 lines
95 B
C#
8 lines
95 B
C#
namespace Cleanuparr.Shared.Enums;
|
|
|
|
public enum DatabaseProvider
|
|
{
|
|
Sqlite,
|
|
Postgres,
|
|
}
|