BirdsiteLive/src/BirdsiteLive.Common/Structs/DbTypes.cs

7 lines
134 B
C#
Raw Normal View History

2020-12-28 08:19:11 +01:00
namespace BirdsiteLive.Common.Structs
{
public struct DbTypes
{
public static string Postgres = "postgres";
}
}