update README

add relevant imports to Usage
This commit is contained in:
2025-10-02 11:31:29 +02:00
parent 69e3b7720f
commit 7909e4e4de

View File

@@ -19,6 +19,9 @@ dependencies {
## Usage
```kotlin
import com.infendro.migration.migrate
import org.jetbrains.exposed.sql.Database
fun configureDatabase() {
// connect to a database
Database.connect(/* parameters */)