WIP expirementation
This commit is contained in:
parent
fb7dac642a
commit
29a141a971
20 changed files with 307 additions and 62 deletions
18
pgLabII.PgUtils/ConnectionStrings/Pq/KeywordMapping.cs
Normal file
18
pgLabII.PgUtils/ConnectionStrings/Pq/KeywordMapping.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace pgLabII.PgUtils.ConnectionStrings.Pq;
|
||||
|
||||
enum Keyword
|
||||
{
|
||||
Host,
|
||||
HostAddr,
|
||||
Port,
|
||||
DatabaseName,
|
||||
UserName,
|
||||
Password,
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue