This commit is contained in:
12
README.md
12
README.md
@@ -1,12 +1,6 @@
|
|||||||
# Ktor Plugin for Database Migration
|
# migration-ktor
|
||||||
|
|
||||||
This plugin enables code-based database migrations in Ktor using [Kotlin Database Migration](https://git.infendro.com/Infendro/kotlin-migration).
|
`migration-ktor` is a Kotlin library that enables code-based migrations in Ktor.
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
* Declare database migrations (identified by a unique name).
|
|
||||||
* Migrations are executed in the order they are declared in.
|
|
||||||
* Executed migrations are tracked in a database table and skipped on subsequent runs.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -18,7 +12,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:ktor-migration:1.1.0")
|
implementation("com.infendro:ktor-migration:1.1.1")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user