Provide details on the DB pool configuration option in the README.md
diff --git a/README.md b/README.md index e3519f2..7a4d0cd 100644 --- a/README.md +++ b/README.md
@@ -52,3 +52,8 @@ ## Running Tests go test $(glide novendor) + +## apid.Data() service +This service provides the primitives to perform SQL operations on the database. It also provides the +provision to alter DB connection pool settings via ConfigDBMaxConns, ConfigDBIdleConns andonfigDBConnsTimeout configuration parameters. They currently are defaulted to 1000, 1000 and 120 seconds respectively. +More details on this can be found at https://golang.org/pkg/database/sql