Merge pull request #200 from frwdrik/patch-1
Fix typo in getting-started.md
This commit is contained in:
commit
38b924b36e
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ All of those can be handled in a similar manner to the above. See the [Oracle do
|
|||
|
||||
## Logging
|
||||
|
||||
Sometimes it is convenient to database operations logged automatically. `next.jdbc/with-logging`
|
||||
Sometimes it is convenient to have database operations logged automatically. `next.jdbc/with-logging`
|
||||
provides a way to wrap a datasource (or connection) so that operations on it will be logged via
|
||||
functions you provide.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue