Npgsql
Standard
Server=127.0.0.1;Port=5432;Database=myDataBase;Use r Id=myUsername;
Password=myPassword;
Password=myPassword;
Server=127.0.0.1;Port=5432;Database=myDataBase;Int egrated Security=true;
Server=127.0.0.1;Port=5432;Database=myDataBase;Use r Id=myUsername;
Password=myPassword;CommandTimeout=20;
Password=myPassword;CommandTimeout=20;
Server=127.0.0.1;Port=5432;Database=myDataBase;Use r Id=myUsername;
Password=myPassword;Timeout=15;
Password=myPassword;Timeout=15;
Server=127.0.0.1;Port=5432;Database=myDataBase;Use r Id=myUsername;
Password=myPassword;Protocol=3;
Password=myPassword;Protocol=3;
Server=127.0.0.1;Port=5432;Database=myDataBase;Use rid=myUsername;
Password=myPassword;Protocol=3;SSL=true;SslMode=Re quire;
Password=myPassword;Protocol=3;SSL=true;SslMode=Re quire;
Without SSL
Server=127.0.0.1;Port=5432;Database=myDataBase;Use rid=myUsername;
Password=myPassword;Protocol=3;SSL=false;SslMode=D isable;
Password=myPassword;Protocol=3;SSL=false;SslMode=D isable;
Controlling pooling mechanisms
Server=127.0.0.1;Port=5432;Database=myDataBase;Use rid=myUsername;
Password=myPassword;Protocol=3;Pooling=true;MinPoo lSize=1;MaxPoolSize=20;ConnectionLifeTime=15;
Password=myPassword;Protocol=3;Pooling=true;MinPoo lSize=1;MaxPoolSize=20;ConnectionLifeTime=15;