update README
This commit is contained in:
@@ -21,11 +21,7 @@ dependencies {
|
|||||||
```kotlin
|
```kotlin
|
||||||
fun configureDatabase() {
|
fun configureDatabase() {
|
||||||
// connect to a database
|
// connect to a database
|
||||||
Database.connect(
|
Database.connect(/* parameters */)
|
||||||
url = <url>,
|
|
||||||
user = <username>,
|
|
||||||
password = <password>,
|
|
||||||
)
|
|
||||||
|
|
||||||
// declare and execute migrations
|
// declare and execute migrations
|
||||||
migrate {
|
migrate {
|
||||||
|
|||||||
Reference in New Issue
Block a user