mirror of https://github.com/jackc/pgx.git
Update README.md for Go 1.2
Remove mention of Go's inability to have a maximum connection pool size as that issue has been resolved in Go 1.2.pgx-vs-pq
parent
f0a3d22571
commit
02e4506ffb
|
@ -53,10 +53,7 @@ when using the bytea type).
|
|||
|
||||
### Explicit Connection Pool
|
||||
|
||||
Connection pool usage is explicit and configurable. The standard Go SQL
|
||||
interface automatically uses a connection pool, and does not provide a way to
|
||||
control the maximum number of connections (hopefully soon to change --
|
||||
https://code.google.com/p/go/issues/detail?id=4805). In pgx, a connection can
|
||||
Connection pool usage is explicit and configurable. In pgx, a connection can
|
||||
be created and managed directly, or a connection pool with a configurable
|
||||
maximum connections can be used. Also, the connection pool offers an after
|
||||
connect hook that allows every connection to be automatically setup before
|
||||
|
|
Loading…
Reference in New Issue