pgLabII/pgLabII.PgUtils/ConnectionStrings/PgConfigMapping.cs

8 lines
176 B
C#
Raw Permalink Normal View History

namespace pgLabII.PgUtils.ConnectionStrings;
public readonly record struct PgConfigMapping(
string pqKeyword,
string? pqDumpParam,
string? pqEnvironment
);