Pinned Repositories
ktorm
A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
ktorm-docs
Ktorm's document site.
ktorm-example-spring-boot
A simple example project integrating Ktorm with Spring Boot.
ktorm-kapt
Ktorm kapt extension to help generate boilerplate code.
ktorm-ksp
Ktorm KSP extension to help generate boilerplate code.
ktorm-ksp-ext-batch
ktorm-ksp plugin that generates batch operation functions (addAll & updateAll) for entity classes.
ktorm-migration
Ktorm migration support
ktorm-r2dbc
A lightweight ORM framework for Kotlin based on R2DBC and Coroutines.
kotlin-orm's Repositories
kotlin-orm/ktorm
A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
kotlin-orm/ktorm-example-spring-boot
A simple example project integrating Ktorm with Spring Boot.
kotlin-orm/ktorm-ksp
Ktorm KSP extension to help generate boilerplate code.
kotlin-orm/ktorm-r2dbc
A lightweight ORM framework for Kotlin based on R2DBC and Coroutines.
kotlin-orm/ktorm-migration
Ktorm migration support
kotlin-orm/ktorm-docs
Ktorm's document site.
kotlin-orm/ktorm-ksp-ext-batch
ktorm-ksp plugin that generates batch operation functions (addAll & updateAll) for entity classes.
kotlin-orm/ktorm-kapt
Ktorm kapt extension to help generate boilerplate code.