pgLabII/pgLabII.PgUtils/ConnectionStrings/ConnStringFormat.cs
eelke a5cb6ef7d4 added ServerConfigurationMapping
split up Abstractions so we have one type per file.
2025-08-31 06:49:37 +02:00

9 lines
No EOL
122 B
C#

namespace pgLabII.PgUtils.ConnectionStrings;
public enum ConnStringFormat
{
Libpq,
Npgsql,
Url,
Jdbc
}