We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bd77a commit 53cfcbaCopy full SHA for 53cfcba
README.md
@@ -1,2 +1,4 @@
1
# KtOrm
2
A lightweight ORM Framework for Kotlin with strong typed SQL DSL. https://ktorm.liuwj.me
3
+
4
+[](https://www.travis-ci.org/vincentlauvlwj/KtOrm)
ktorm-core/src/test/kotlin/me/liuwj/ktorm/database/DatabaseTest.kt
@@ -9,6 +9,6 @@ class DatabaseTest {
9
10
@Test
11
fun testTravis() {
12
- assert(false)
+ assert(true)
13
}
14
0 commit comments