ktorm.org - Ktorm | Kotlin ORM lib with SQL DSL

sql (1812) dsl (1309) kotlin (259) orm (155) sequence (86)

Example domain paragraphs

Ktorm is a lightweight and efficient ORM Framework for Kotlin directly based on pure JDBC. It provides strong-typed and flexible SQL DSL and convenient sequence APIs to reduce our duplicated effort on database operations. All the SQL statements, of course, are generated automatically. Ktorm is open source and available under the Apache 2.0 license, and its code can be found on GitHub. Please leave a star if you’ve found this library helpful: kotlin-orm/ktorm

Setting up Ktorm and starting up.

Use the strong-typed and flexible query DSL after defining table schemas .

Links to ktorm.org (1)