@@ -21,11 +21,7 @@ dependencies {
```kotlin
fun configureDatabase() {
// connect to a database
Database.connect(
url = <url>,
user = <username>,
password = <password>,
)
Database.connect(/* parameters */)
// declare and execute migrations
migrate {
The note is not visible to the blocked user.