PostgreSQL
 sql >> Datenbank >  >> RDS >> PostgreSQL

.Net PostgreSQL-Verbindungszeichenfolge

Npgsql -native Verbindungszeichenfolge:

Server=127.0.0.1;Port=5432;Userid=u;Password=p;Protocol=3;SSL=false;Pooling=false;MinPoolSize=1;MaxPoolSize=20;Timeout=15;SslMode=Disable;Database=test"