13493: Connect to database.
[arvados.git] / sdk / go / arvados / config.go
index 0225736c2d91c7f88c78ebe4c444ea172062c98f..608bc223b4a3e96c160c7739db6426ff27acbb80 100644 (file)
@@ -59,7 +59,8 @@ type Cluster struct {
 }
 
 type PostgreSQL struct {
-       Connection PostgreSQLConnection
+       Connection     PostgreSQLConnection
+       ConnectionPool int
 }
 
 type PostgreSQLConnection map[string]string