Updated Getting Started (markdown)

This commit is contained in:
oshai
2017-12-12 21:48:25 +01:00
committed by Andrey.Tarashevskiy
parent d1e4f5e8ab
commit 9028e6cacc

View File

@@ -60,7 +60,7 @@ transaction {
}
```
When starting, it is recommended to log database statements to see the actual DB calls:
To see the actual DB calls, add a logger:
```kotlin
transaction {
// print sql to std-out