File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ The `connection` parameter can be any of the following:
104
104
* [ Connection String]
105
105
106
106
Object ` db ` represents the [ Database] protocol with lazy connection, i.e. only the actual query methods acquire
107
- and release the connection. Therefore, you should create only one global/shared ` db ` object per connection details.
107
+ and release the connection. You should create only one global/shared ` db ` object per connection details.
108
108
109
109
## Documentation
110
110
Original file line number Diff line number Diff line change 1
1
### Release History
2
2
3
+ * 4.7.0 Added diagnostics for invalid use of the library. Released: June 18, 2016
3
4
* 4.6.0 Extending all single-result query methods, plus exposing the [ spex] instance. Released: June 10, 2016
4
5
* 4.5.0 Removed support for Configuration Files, set pg dependency to 5.x. Released: June 8, 2016
5
6
* 4.4.2 Added support for [ Configuration Path] . Released: June 5, 2016
You can’t perform that action at this time.
0 commit comments