7 lines
176 B
C#
7 lines
176 B
C#
namespace pgLabII.PgUtils.ConnectionStrings;
|
|
|
|
public readonly record struct PgConfigMapping(
|
|
string pqKeyword,
|
|
string? pqDumpParam,
|
|
string? pqEnvironment
|
|
);
|