Add Home
17
Home.md
Normal file
17
Home.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# migration-ktor
|
||||||
|
|
||||||
|
`migration-ktor` is a Kotlin library that enables code-based migrations in Ktor.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Add the following to your `build.gradle.kts`.
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("com.infendro:ktor-migration:1.1.1")
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user